class HolaMjwatts

Public Class Methods

hi() click to toggle source
# File lib/hola_mjwatts.rb, line 2
def self.hi
  puts 'Hello, World!'
end