Class: Roro::Configurators::AdventurePicker
- Inherits:
-
Thor
- Object
- Thor
- Roro::Configurators::AdventurePicker
- Includes:
- Utilities
- Defined in:
- lib/roro/configurators/adventure_picker.rb
Instance Attribute Summary collapse
-
#inflection ⇒ Object
readonly
Returns the value of attribute inflection.
Method Summary
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
Instance Attribute Details
#inflection ⇒ Object (readonly)
Returns the value of attribute inflection.
9 10 11 |
# File 'lib/roro/configurators/adventure_picker.rb', line 9 def inflection @inflection end |