Method: Vimpack::Commands::Command.run
- Defined in:
- lib/vimpack/commands/command.rb
.run(options = Hash.new, commands = Hash.new) ⇒ Object
40 41 42 |
# File 'lib/vimpack/commands/command.rb', line 40 def self.run( = Hash.new, commands = Hash.new) new(, commands).run end |