class Redwood::Index::LockError

Public Class Methods

new(h) click to toggle source
# File lib/sup/index.rb, line 51
def initialize h
  @h = h
end

Public Instance Methods

method_missing(m;) click to toggle source
# File lib/sup/index.rb, line 55
def method_missing m; @h[m.to_s] end