class HelloCommandLine::Chatter
Public Instance Methods
say_hello()
click to toggle source
# File lib/hello_command_line.rb, line 5 def say_hello puts 'This is a command tool written by ruby.' end
# File lib/hello_command_line.rb, line 5 def say_hello puts 'This is a command tool written by ruby.' end