Libraries
»
vimpack
(0.0.2)
»
Index
»
Vimpack
»
Commands
»
Command
»
#run
Method: Vimpack::Commands::Command#run
Defined in:
lib/vimpack/commands/command.rb
#
run
⇒
Object
Raises:
(
NotImplemented
)
36 37 38
# File 'lib/vimpack/commands/command.rb', line 36
def
run
raise
NotImplemented
end