Class: TreeStand::Config Private

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#parser_pathString

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.

Returns:

  • (String)


11
12
13
# File 'lib/tree_stand/config.rb', line 11

def parser_path
  @parser_path
end