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(options = Hash.new, commands = Hash.new)
  new(options, commands).run
end