Class: ItamaeSpec::CLI
- Inherits:
-
Itamae::CLI
- Object
- Itamae::CLI
- ItamaeSpec::CLI
- Defined in:
- lib/itamae-spec/cli.rb
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #version ⇒ Object
Constructor Details
Instance Method Details
#version ⇒ Object
15 16 17 |
# File 'lib/itamae-spec/cli.rb', line 15 def version puts "Itamae-Spec v#{ItamaeSpec::VERSION}" end |