module Anyway::NoCast
Public Class Methods
Source
# File lib/anyway/auto_cast.rb, line 49 def self.call(val) = val def self.coerce(_key, val) = val end end
Source
# File lib/anyway/auto_cast.rb, line 51 def self.coerce(_key, val) = val end
# File lib/anyway/auto_cast.rb, line 49 def self.call(val) = val def self.coerce(_key, val) = val end end
# File lib/anyway/auto_cast.rb, line 51 def self.coerce(_key, val) = val end