module ManaPotion::Pool

Public Class Methods

included(other) click to toggle source
# File lib/mana-potion/pool.rb, line 7
def self.included(other)
  other.extend ClassMethods
end