Class: UndefinedOnLocal

Inherits:
Object
  • Object
show all
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



176
177
178
# File 'lib/local_dsl.rb', line 176

def method_missing(*args)
  self
end

Instance Method Details

#to_sObject



173
174
175
# File 'lib/local_dsl.rb', line 173

def to_s
  "[undefined on local]"
end