Flowdock
method

new

Importance_0
new(description=nil, options={}, location=nil) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/example_proxy.rb, line 7
      def initialize(description=nil, options={}, location=nil) # :nodoc:
        @description, @options, @location = description, options, location
      end
Register or log in to add new notes.