module Enzymator::Types::List::Functor::Enumerable
Public Instance Methods
enzy_fmap(f)
click to toggle source
# File lib/enzymator/types/list/functor/enumerable.rb, line 6 def enzy_fmap(f) map(&f) end
# File lib/enzymator/types/list/functor/enumerable.rb, line 6 def enzy_fmap(f) map(&f) end