module Happy::New
Public Class Methods
year()
click to toggle source
# File lib/happy.rb, line 5 def self.year "Happy new year! #{Time.now.year}!" end
# File lib/happy.rb, line 5 def self.year "Happy new year! #{Time.now.year}!" end