Method: Warp::Dir::Commander#initialize
- Defined in:
- lib/warp/dir/commander.rb
#initialize ⇒ Commander
Returns a new instance of Commander.
13 14 15 16 |
# File 'lib/warp/dir/commander.rb', line 13 def initialize @commands ||= Set.new # a pre-caution, normally it would already by defined by now @command_map = {} end |