Class: BulletTrain::SuperScaffolding::Scaffolder

Inherits:
Object
  • Object
show all
Defined in:
lib/bullet_train/super_scaffolding/scaffolder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv, options) ⇒ Scaffolder

Returns a new instance of Scaffolder.



6
7
8
9
10
# File 'lib/bullet_train/super_scaffolding/scaffolder.rb', line 6

def initialize(argv, options)
  # Just setting these like this so the code we moved around still runs.
  self.argv = argv
  @options = options
end

Instance Attribute Details

#argvObject

Returns the value of attribute argv.



4
5
6
# File 'lib/bullet_train/super_scaffolding/scaffolder.rb', line 4

def argv
  @argv
end