class Facetor

Public Class Methods

hi() click to toggle source
# File lib/facetor.rb, line 2
def self.hi
  puts "Excelsior!"
end