class Nathan
Public Instance Methods
hello()
click to toggle source
# File lib/nathan_nathan.rb, line 6 def hello return 2 end
hi()
click to toggle source
# File lib/nathan_nathan.rb, line 3 def hi return 2 end