module Pasqual

Constants

VERSION

Public Class Methods

for(url) click to toggle source
# File lib/pasqual.rb, line 10
def self.for(url)
  Database.new url
end
new() click to toggle source
# File lib/pasqual.rb, line 6
def self.new
  self.for ENV['DATABASE_URL']
end