Method: Bl::Commands::Group#initialize
- Defined in:
- lib/bl/commands/group.rb
#initialize ⇒ Group
Returns a new instance of Group.
4 5 6 7 8 |
# File 'lib/bl/commands/group.rb', line 4 def initialize(*) @config = Bl::Config.instance @url = 'groups' super end |