__
# File lib/gorillib/factories.rb, line 531 def initialize(callable=nil, options={}, &block) if block_given? raise ArgumentError, "Pass a block or a value, not both" unless callable.nil? callable = block end @callable = callable super(options) end
Generated with the Darkfish Rdoc Generator 2.