Sha256: 7c21bd1fbd1306f2fff20ffd0aef78da43765f9b147153e1ec56603334a62e67

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

require "tinydot/command"
require "tinydot/parser"
require "tinydot/digraph"
require "tinydot/node"
require "tinydot/edge"

require "pathname"

module Tinydot
  def self.root_path
    Pathname.new("..").expand_path(File.dirname(__FILE__))
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tinydot-0.0.2 lib/tinydot.rb
tinydot-0.0.1 lib/tinydot.rb