Exception: Redwood::Index::LockError
- Defined in:
- lib/sup/index.rb
Instance Method Summary collapse
-
#initialize(h) ⇒ LockError
constructor
A new instance of LockError.
- #method_missing(m) ⇒ Object
Constructor Details
#initialize(h) ⇒ LockError
Returns a new instance of LockError.
17 18 19 |
# File 'lib/sup/index.rb', line 17 def initialize h @h = h end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(m) ⇒ Object
21 |
# File 'lib/sup/index.rb', line 21 def method_missing m; @h[m.to_s] end |