class OHConnection

Attributes

connect[RW]

remember, this is a method, not a symbol and takes a symbol to a method as arguments!

Public Class Methods

connect() click to toggle source
# File lib/connection.rb, line 29
def self.connect
  return @@conn
end