Gorillib::Factory::BaseFactory
# File lib/gorillib/factories.rb, line 189 def initialize(options={}) options.slice!(:convert, :blankish) super(options) end
# File lib/gorillib/factories.rb, line 196 def self.receive(obj) obj end
# File lib/gorillib/factories.rb, line 194 def blankish?(obj) false ; end
# File lib/gorillib/factories.rb, line 193 def native?(obj) true ; end
# File lib/gorillib/factories.rb, line 195 def receive(obj) obj ; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.