Method: Cosmo::Shell::Group#initialize
- Defined in:
- lib/cosmo/shell.rb
#initialize(name) ⇒ Group
Returns a new instance of Group.
22 23 24 |
# File 'lib/cosmo/shell.rb', line 22 def initialize(name) @name = name end |
Returns a new instance of Group.
22 23 24 |
# File 'lib/cosmo/shell.rb', line 22 def initialize(name) @name = name end |