class HolaOz42
Public Class Methods
hi()
click to toggle source
# File lib/hola_oz_42.rb, line 2 def self.hi puts "Hello there, world, again!" end
# File lib/hola_oz_42.rb, line 2 def self.hi puts "Hello there, world, again!" end