class RandTt::HelloWord

Public Instance Methods

hello() click to toggle source
# File lib/rand_tt/hell_word.rb, line 3
def hello
  p 'hello word 2'
end