module Casting::Blank

Public Class Methods

instance_method(*_) click to toggle source
# File lib/casting/null.rb, line 13
def self.instance_method(*_)
  Empty.instance_method(:blank)
end
method_defined?(*_) click to toggle source
# File lib/casting/null.rb, line 17
def self.method_defined?(*_)
  true
end