module HashPath

Public Instance Methods

path(s) click to toggle source
# File lib/apphtml_layer.rb, line 16
def path(s)
  Hpath.get(self, s)
end