Class: Fauxpaas::SyslogFollowCommand
- Defined in:
- lib/fauxpaas/command.rb
Instance Method Summary collapse
Methods inherited from Command
#default_keys, #execute, #extra_keys, #initialize, #keys, #missing, #valid?
Constructor Details
This class inherits a constructor from Fauxpaas::Command
Instance Method Details
#bin ⇒ Object
96 97 98 |
# File 'lib/fauxpaas/command.rb', line 96 def bin "syslog follow" end |