Method: Rly::CLI#version

Defined in:
lib/rly/cli.rb

#versionObject



15
16
17
18
# File 'lib/rly/cli.rb', line 15

def version
  require_relative 'version'
  puts "v#{Rly::VERSION}"
end