Class: Skunk::Command::Version
- Inherits:
-
RubyCritic::Command::Version
- Object
- RubyCritic::Command::Version
- Skunk::Command::Version
- Defined in:
- lib/skunk/commands/version.rb
Overview
Shows skunk version
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 13 |
# File 'lib/skunk/commands/version.rb', line 10 def execute print Skunk::VERSION status_reporter end |
#sharing? ⇒ Boolean
15 16 17 |
# File 'lib/skunk/commands/version.rb', line 15 def sharing? false end |