class HolaMattheard
Public Class Methods
hi()
click to toggle source
# File lib/hola_mattheard.rb, line 2 def self.hi puts 'Hello world!' end
# File lib/hola_mattheard.rb, line 2 def self.hi puts 'Hello world!' end