class States::Dsl::CLI

Public Instance Methods

parse(file) click to toggle source
# File lib/states/dsl/cli.rb, line 9
def parse(file)
  puts Dsl.parse(file).first.to_json
end