Sha256: 99144cbc0c1a9a48384e01840e7ef9fe96c23dcc3a738f704ec0d738ba8885a2

Contents?: true

Size: 354 Bytes

Versions: 2

Compression:

Stored size: 354 Bytes

Contents

require 'nokogiri'

module XPath
  autoload :Expression, 'xpath/expression'
  autoload :Literal, 'xpath/literal'
  autoload :Union, 'xpath/union'
  autoload :Renderer, 'xpath/renderer'
  autoload :HTML, 'xpath/html'
  autoload :DSL, 'xpath/dsl'

  extend XPath::DSL::TopLevel
  include XPath::DSL::TopLevel

  def self.generate
    yield(self)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
xpath-1.0.0 lib/xpath.rb
xpath-1.0.0.beta1 lib/xpath.rb