class Foodie::CLI

Public Instance Methods

call() click to toggle source
# File lib/foodie/cli.rb, line 3
def call
    puts "hello world"
end