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