class Beaneater

Public Class Methods

hydroponic!() click to toggle source
# File lib/hydroponic_bean.rb, line 20
def self.hydroponic!
  Beaneater::Connection.class_eval do
    prepend HydroponicBean
  end
end