module FeduxOrgStdlib

Main

helper for file system

require_library %w( tty )

Main

FeduxOrgStdlib

Constants

VERSION

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/fedux_org_stdlib/logging.rb, line 6
def self.logger
  @logger ||= FeduxOrgStdlib::Logging::Logger.new
end
root_directory() click to toggle source
# File lib/fedux_org_stdlib.rb, line 11
def self.root_directory
  File.expand_path('../../..', __FILE__)
end