Module: Transproc::ObjectTransformations

Extended by:
Functions
Defined in:
lib/transproc/object.rb

Overview

Transformation functions for Objects

Examples:

require 'transproc/object'

include Transproc::Helper

fn = t(:set_ivars, { name: 'Jane', age: 25 })

fn[Object.new]
# => #<Object:0x007f73afe7d6f8 @name="Jane", @age=25>

Method Summary

Methods included from Functions

method_added