class Amethyst

Public Class Methods

included(klass) click to toggle source
# File lib/amethyst.rb, line 2
def self.included(klass)
  puts "Pumas are cool."
end