Module: Skyscraper::ClassMethods
- Defined in:
- lib/skyscraper.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
48 49 50 |
# File 'lib/skyscraper.rb', line 48 def method_missing method, *args, &block base.send method, *args, &block end |