Class: Durt::Command::Version

Inherits:
Service
  • Object
show all
Defined in:
lib/durt/command.rb

Instance Attribute Summary

Attributes inherited from Service

#result, #state

Instance Method Summary collapse

Methods inherited from Service

call, #call

Constructor Details

#initializeVersion

Returns a new instance of Version.



24
25
26
# File 'lib/durt/command.rb', line 24

def initialize
  puts Durt::VERSION
end