class Amazing

Public Instance Methods

hello() click to toggle source
# File lib/vendor/thor/spec/base_spec.rb, line 6
def hello
  puts "Hello"
end