# File 'lib/gem/jruby/cli.rb', line 17defpluralizeputsGem::Jruby::Food.pluralize(options[:word])# to understand the method_option: try below
# bundle exec exe/food pluralize --word
# bundle exec exe/food pluralize -w
end
#portray(name) ⇒ Object
10
11
12
13
# File 'lib/gem/jruby/cli.rb', line 10defportray(name)putsGem::Jruby::Food.portray(name)# can try to execute the CLI by: bundle exec exe/food portray broccoli
end