We want to be able to call super() on these methods in all included models, so we define them in this parent shim class.
default export method: dup of self
# File lib/configliere/param.rb, line 8 def export dup.tap{|hsh| hsh.each{|k,v| hsh[k] = v.respond_to?(:export) ? v.export : v } } end
Generated with the Darkfish Rdoc Generator 2.