module Elixirize

Constants

VERSION

Public Instance Methods

(other, *args, &block) click to toggle source
# File lib/elixirize.rb, line 6
def  other, *args, &block
  other.call(self, *args, &block)
end