class TownCrier

Public Class Methods

cry() click to toggle source
# File lib/town_crier.rb, line 2
def self.cry
  puts "Honest is the best!"
end