class Taxplorer::Application

Attributes

records[R]
run[R]

Public Class Methods

new() click to toggle source
# File lib/taxplorer.rb, line 20
def initialize
  @nodes = []
  @records ||= Hash.new
  @records["sections"] ||= []
  @records["elements"] ||= []
  @run = true
  load_shell
end