Class: Whatever::Whatever

Inherits:
Object
  • Object
show all
Defined in:
lib/whatever.rb

Instance Method Summary collapse

Instance Method Details

#helloObject



6
7
8
9
10
# File 'lib/whatever.rb', line 6

def hello
  turtle = NinjaTurtle.new
  turtle.turtles
  puts 'whatever man'
end