Sha256: 42a974535d084d82c5233834c5790b454427e8cb27e9f98a58f57d26c642bbac

Contents?: true

Size: 713 Bytes

Versions: 1

Compression:

Stored size: 713 Bytes

Contents

* Pass key/index as first block arg to :class and :extendv
class: |key, hsh|

* Allow passing options to Binding#serialize.
	serialize(.., options{:exclude => ..})

* Allow :writer and :reader / :getter/:setter

document `XML::AttributeHash` etc

* deprecate :from, make :a(lia)s authorative.
* cleanup ReadableWriteable
* deprecate Representable::*::ClassMethods (::from_hash and friends)

* Song < OpenStruct in test_helper

* have representable-options (:include, :exclude) and user-options




def compile_fragment(doc)
module ReaderWriter
  def compile_fragment(doc)
    do whatever
    super
  end
=> do that for all "features" (what parts would that be?: getter/setter, reader/writer, readable/writeable )?

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
representable-1.3.5 TODO