module RuPol::InstanceMethods

Public Instance Methods

_pool() click to toggle source
# File lib/ru_pol.rb, line 46
def _pool
  self.class._pool
end
recycle() click to toggle source
# File lib/ru_pol.rb, line 41
def recycle
  _pool << self
  self
end