Class: TreeStand::Config Private
- Inherits:
-
Object
- Object
- TreeStand::Config
- Extended by:
- T::Sig
- Defined in:
- lib/tree_stand/config.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Global configuration for the gem.
Instance Attribute Summary collapse
- #parser_path ⇒ String private
Instance Attribute Details
#parser_path ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/tree_stand/config.rb', line 11 def parser_path @parser_path end |