Module: Casting::Blank
- Defined in:
- lib/casting/null.rb
Class Method Summary collapse
Class Method Details
.instance_method(*_) ⇒ Object
11 12 13 |
# File 'lib/casting/null.rb', line 11 def self.instance_method(*_) Empty.instance_method(:blank) end |
.method_defined?(*_) ⇒ Boolean
14 15 16 |
# File 'lib/casting/null.rb', line 14 def self.method_defined?(*_) true end |