class Mont::CLI::MyMont

Public Instance Methods

new() click to toggle source
# File lib/mont/my_mont.rb, line 7
def new
  puts "Greetings!"
end