class Grumlin::Path
Public Class Methods
new(path)
click to toggle source
# File lib/grumlin/path.rb, line 5 def initialize(path) @labels = Typing.cast(path[:labels]) @objects = Typing.cast(path[:objects]) end
Public Instance Methods
inspect()
click to toggle source
# File lib/grumlin/path.rb, line 10 def inspect "p[#{@objects}]" end
Also aliased as: to_s