Flowdock
method

new

Importance_0
v1.0.0 - Show latest stable - 0 notes - Class: Rails::Generator::Spec
new(name, path, source) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails_generator/spec.rb, line 9
      def initialize(name, path, source)
        @name, @path, @source = name, path, source
      end
Register or log in to add new notes.