Module: Casting::Null
- Defined in:
- lib/casting/null.rb
Class Method Summary collapse
Class Method Details
.instance_method(*_) ⇒ Object
3 4 5 |
# File 'lib/casting/null.rb', line 3 def self.instance_method(*_) Empty.instance_method(:null) end |
.method_defined?(*_) ⇒ Boolean
7 8 9 |
# File 'lib/casting/null.rb', line 7 def self.method_defined?(*_) true end |