Method: Commands::Plugin#initialize
- Defined in:
- lib/commands/plugin.rb
#initialize ⇒ Plugin
Returns a new instance of Plugin.
424 425 426 427 428 429 |
# File 'lib/commands/plugin.rb', line 424 def initialize @environment = RailsEnvironment.default @rails_root = RailsEnvironment.default.root @script_name = File.basename($0) @sources = [] end |