class Romajic::CLI

Command-line interface of {Romajic}

Public Instance Methods

version() click to toggle source

Print the version

# File lib/romajic/cli.rb, line 45
def version
  puts "romajic #{Romajic::VERSION}"
end