Class: Volg

Inherits:
PostCL::Command show all
Defined in:
lib/postcl/command/volg.rb

Constant Summary

Constants inherited from PostCL::Command

PostCL::Command::ARG_MATCH

Instance Method Summary collapse

Methods inherited from PostCL::Command

run, validate_args

Constructor Details

#initialize(post) ⇒ Volg

Returns a new instance of Volg.



2
3
4
# File 'lib/postcl/command/volg.rb', line 2

def initialize(post)
  super(post)
end

Instance Method Details

#runObject



12
13
14
# File 'lib/postcl/command/volg.rb', line 12

def run

end