Method: Opal::Hike::Trail#root
- Defined in:
- lib/opal/hike.rb
#root ⇒ Object
Trail#root returns root path as a String. This attribute is immutable.
224 225 226 |
# File 'lib/opal/hike.rb', line 224 def root @root.to_s end |
Trail#root returns root path as a String. This attribute is immutable.
224 225 226 |
# File 'lib/opal/hike.rb', line 224 def root @root.to_s end |