Method: Dip::Commands::Console::Inject#initialize
- Defined in:
- lib/dip/commands/console.rb
#initialize ⇒ Inject
Returns a new instance of Inject.
83 84 85 86 |
# File 'lib/dip/commands/console.rb', line 83 def initialize @aliases = [] @out = [] end |