Sha256: d0d0c861cfd10bd924e4d4775a79c954af62904d3b9a2f1b53d8495ca34efc45

Contents?: true

Size: 253 Bytes

Versions: 13

Compression:

Stored size: 253 Bytes

Contents

$:.unshift File.dirname(__FILE__)

require 'nokogiri'
require 'logger'
require 'ruhl/engine'
require 'ruhl/errors'

module Ruhl
  class << self
    attr_accessor :logger, :encoding
  end

  self.logger = Logger.new(STDOUT)

  self.encoding = 'UTF8'
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ruhl-0.26.0 lib/ruhl.rb
ruhl-0.25.0 lib/ruhl.rb
ruhl-0.24.0 lib/ruhl.rb
ruhl-0.23.0 lib/ruhl.rb
ruhl-0.22.0 lib/ruhl.rb
ruhl-0.21.0 lib/ruhl.rb
ruhl-0.20.0 lib/ruhl.rb
ruhl-0.19.0 lib/ruhl.rb
ruhl-0.18.0 lib/ruhl.rb
ruhl-0.17.0 lib/ruhl.rb
ruhl-0.16.0 lib/ruhl.rb
ruhl-0.15.0 lib/ruhl.rb
ruhl-0.14.0 lib/ruhl.rb