Sha256: 5a93ecd61809e6c40d7c3e58434130ee8522ba32038e2e22d10ba8b8ea829181

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

require 'pathname'

DIR = Pathname.new(__FILE__).dirname
require DIR.join('../lib/roxml')

def example(name)
  DIR.join("../examples/#{name}.rb")
end

def xml_for(name)
  DIR.join("../examples/xml/#{name}.xml")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Empact-roxml-2.4.2 spec/spec_helper.rb