Class: Roby::CLI::Gen::Helpers::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/roby/cli/gen/helpers.rb

Instance Method Summary collapse

Constructor Details

#initialize(robot_name) ⇒ Base

Returns a new instance of Base.



228
229
230
# File 'lib/roby/cli/gen/helpers.rb', line 228

def initialize(robot_name)
    @robot_name = robot_name
end