Module: Sshez
- Defined in:
- lib/sshez.rb,
lib/sshez/exec.rb,
lib/sshez/parser.rb,
lib/sshez/runner.rb,
lib/sshez/command.rb,
lib/sshez/version.rb,
lib/sshez/printing_manager.rb
Overview
Main gem module
Defined Under Namespace
Classes: Command, Exec, Parser, PrintingManager, Runner
Constant Summary collapse
- VERSION =
Returns version
"1.0.2"
Class Method Summary collapse
-
.version ⇒ Object
Returns version data.
Class Method Details
.version ⇒ Object
Returns version data
16 17 18 |
# File 'lib/sshez.rb', line 16 def self.version return Sshez::VERSION end |