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