class Lanes::CLI
This is the main interface to Lanes
that is called by the command `bin/lanes`. Do not put any logic in here, create a class and delegate instead.
Public Instance Methods
version()
click to toggle source
# File lib/lanes/cli.rb, line 24 def version puts Lanes::VERSION end