Module: Casting::Null

Defined in:
lib/casting/null.rb

Class Method Summary collapse

Class Method Details

.instance_method(name) ⇒ Object



3
4
5
# File 'lib/casting/null.rb', line 3

def self.instance_method(name)
  Empty.instance_method(:null)
end

.method_defined?(meth) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/casting/null.rb', line 6

def self.method_defined?(meth)
  true
end