module FTLTools

bar.rb

bar_builder.rb

bargen.rb

require 'ftl_tools'

require 'ftl_tools'

FTLTools::CharacterTools

crew.rb

crewbuilder.rb

data_mine.rb

sqite_adapter.rb

This will go away, since we don't currently use sqlite3.

require 'sqlite3'

text_adapter.rb

FTLTools::Dice

names.rb

planet.rb

presenter.rb

text_presenter.rb

root_path.rb

ship.rb

ship_builder.rb

version.rb

Constants

ROOT_PATH
VERSION

Public Class Methods

root(*paths) click to toggle source
# File lib/ftl_tools/root_path.rb, line 5
def self.root(*paths)
  File.expand_path(File.join(ROOT_PATH, *paths))
end