class Opal::Hike::Index

def root

`Index#root` returns root path as a `String`. This attribute is immutable.
def root
  @root.to_s
end