module Daitai::Is
Public Instance Methods
is()
click to toggle source
# File lib/daitai/functions/is.rb, line 5 def is ->(type, value) { value.is_a?(type) }.curry end
# File lib/daitai/functions/is.rb, line 5 def is ->(type, value) { value.is_a?(type) }.curry end