Sha256: 9331ec8d536c222a2a7855d1a46066cec5c2c50ec05ece2600fb24aca04e2b33

Contents?: true

Size: 368 Bytes

Versions: 1

Compression:

Stored size: 368 Bytes

Contents

module Transproc
  # Transformation functions for Objects
  #
  # @example
  #   require 'transproc/object'
  #
  #   include Transproc::Helper
  #
  #   fn = t(:set_ivars, { name: 'Jane', age: 25 })
  #
  #   fn[Object.new]
  #   # => #<Object:0x007f73afe7d6f8 @name="Jane", @age=25>
  #
  # @api public
  module ObjectTransformations
    extend Functions

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transproc-0.2.1 lib/transproc/object.rb