module Representable::XML::Hash
Public Class Methods
Source
# File lib/representable/xml/hash.rb, line 34 def self.included(base) base.class_eval do include Representable extend ClassMethods property(:_self, {:hash => true}) end end
# File lib/representable/xml/hash.rb, line 34 def self.included(base) base.class_eval do include Representable extend ClassMethods property(:_self, {:hash => true}) end end