Class: Nil

Inherits:
Object
  • Object
show all
Defined in:
lib/sake.rb

Overview

:nodoc:

Instance Method Summary collapse

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

Returns:

  • (Boolean)


580
581
582
# File 'lib/sake.rb', line 580

def is_file?
  false
end