class Redwood::BaseIndex::LockError
Public Class Methods
new(h)
click to toggle source
# File lib/sup/index.rb, line 19 def initialize h @h = h end
Public Instance Methods
method_missing(m;)
click to toggle source
# File lib/sup/index.rb, line 23 def method_missing m; @h[m.to_s] end