module Calmness

Constants

GRATITUDE

Public Class Methods

expand!() click to toggle source
# File lib/calmness.rb, line 31
def self.expand!
  puts GRATITUDE
  :peace
end