PS
2.7.2 :114 > def my_cool_func1
2.7.2 :115 > puts 'hello'
2.7.2 :116 > end
2.7.2 :117 > end
=> :my_cool_func
2.7.2 :118 > my_cool_func
=> :my_cool_func1
2.7.2 :119 > my_cool_func
=> :my_cool_func1
Size: a a a
PS
PS
SS
SS
PS
SS
UI
SS
PS
PS
UI
UI
UI
UI
PS
UI
u
def my_cool_funcmy_cool_func # ==> :my_cool_func
def my_cool_func
puts 'hello'
end
end
UI
PS
def my_cool_funcmy_cool_func # ==> :my_cool_func
def my_cool_func
puts 'hello'
end
end