Class: GoNative::Commands::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/gonative/commands/version.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#callObject



8
9
10
# File 'lib/gonative/commands/version.rb', line 8

def call(*)
  puts GoNative::VERSION
end