Class: NilClass

Inherits:
Object show all
Defined in:
lib/basecamper.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



328
329
330
# File 'lib/basecamper.rb', line 328

def method_missing(method, *args)
  self
end

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


324
325
326
# File 'lib/basecamper.rb', line 324

def blank?
  true
end