Module: Roro

Includes:
Configurators
Defined in:
lib/roro.rb,
lib/roro/cli.rb,
lib/roro/error.rb,
lib/roro/version.rb,
lib/roro/cli/rollon.rb,
lib/roro/crypto/cipher.rb,
lib/roro/crypto/exposer.rb,
lib/roro/common/utilities.rb,
lib/roro/crypto/key_writer.rb,
lib/roro/crypto/obfuscator.rb,
lib/roro/cli/generate/generate.rb,
lib/roro/common/file_reflection.rb,
lib/roro/configurators/reflector.rb,
lib/roro/configurators/validator.rb,
lib/roro/configurators/eligibility.rb,
lib/roro/cli/generate/generate_keys.rb,
lib/roro/cli/generate/generate_mise.rb,
lib/roro/configurators/configurator.rb,
lib/roro/configurators/question_asker.rb,
lib/roro/cli/generate/generate_exposed.rb,
lib/roro/cli/generate/generate_harvest.rb,
lib/roro/configurators/catalog_builder.rb,
lib/roro/configurators/adventure_picker.rb,
lib/roro/configurators/adventure_writer.rb,
lib/roro/configurators/question_builder.rb,
lib/roro/cli/generate/generate_adventure.rb,
lib/roro/configurators/adventure_chooser.rb,
lib/roro/configurators/structure_builder.rb,
lib/roro/cli/generate/generate_containers.rb,
lib/roro/cli/generate/generate_obfuscated.rb,
lib/roro/cli/generate/generate_environments.rb,
lib/roro/cli/generate/generate_adventure_tests.rb

Defined Under Namespace

Modules: Catalog, Configurators, Crypto, FileReflection, Utilities Classes: CLI, CatalogError, Error, StoryError

Constant Summary collapse

VERSION =
"0.3.33"

Class Method Summary collapse

Methods included from Utilities

#adventure_name, #all_inflections, #build_paths, #children, #file_extension, #file_name, #read_yaml, #sanitize, #sentence_from, #sort_hash_deeply, #stack_is_adventure?, #stack_is_dotfile?, #stack_is_empty?, #stack_is_file?, #stack_is_ignored?, #stack_is_inflection?, #stack_is_inflection_stub?, #stack_is_itinerary_path?, #stack_is_nil?, #stack_is_node?, #stack_is_parent?, #stack_is_stack?, #stack_is_story?, #stack_is_story_path?, #stack_is_storyfile?, #stack_is_templates?, #stack_name, #stack_not_present?, #stack_parent, #stack_parent_path, #stack_stories, #stack_type, #stack_unpermitted?, #story_is_empty?, #story_name, #story_paths

Class Method Details

.gem_rootObject



41
42
43
# File 'lib/roro.rb', line 41

def self.gem_root
  File.dirname __dir__
end