module Casting::Empty

Public Instance Methods

blank(*, &_block) click to toggle source
# File lib/casting/null.rb, line 26
def blank(*, &_block)
  ""
end
null(*, &_block) click to toggle source
# File lib/casting/null.rb, line 23
def null(*, &_block)
end