class Ey::Core::Cli::Version

Public Instance Methods

handle() click to toggle source
# File lib/ey-core/cli/version.rb, line 10
def handle
  puts Ey::Core::VERSION
end