Class: UndefinedOnLocal
- Inherits:
-
Object
- Object
- UndefinedOnLocal
- Defined in:
- lib/local_dsl.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
203 204 205 |
# File 'lib/local_dsl.rb', line 203 def method_missing(*args) self end |
Instance Method Details
#to_s ⇒ Object
200 201 202 |
# File 'lib/local_dsl.rb', line 200 def to_s "[undefined on local]" end |