module Rome

Constants

VERSION

Public Class Methods

run(args) click to toggle source
# File lib/rome.rb, line 9
def self.run(args)
  options = Options.parse(args)
end