Class: Roby::CLI::Gen::Helpers::Base
- Defined in:
- lib/roby/cli/gen/helpers.rb
Instance Method Summary collapse
-
#initialize(robot_name) ⇒ Base
constructor
A new instance of Base.
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 |