Class: Nathan

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

Instance Method Summary collapse

Instance Method Details

#helloObject



6
7
8
# File 'lib/nathan_nathan.rb', line 6

def hello
	return 2
end

#hiObject



3
4
5
# File 'lib/nathan_nathan.rb', line 3

def hi
	return 2
end