Class: Nil
- Inherits:
-
Object
- Object
- Nil
- Defined in:
- lib/sake.rb
Overview
:nodoc:
Instance Method Summary collapse
- #is_file? ⇒ Boolean
-
#method_missing(*args, &block) ⇒ Object
under the evil.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
under the evil
585 586 587 |
# File 'lib/sake.rb', line 585 def method_missing(*args, &block) super end |
Instance Method Details
#is_file? ⇒ Boolean
580 581 582 |
# File 'lib/sake.rb', line 580 def is_file? false end |