Method: DMark::Nodes::Node#inspect

Defined in:
lib/dmark/nodes.rb

#inspect(_indent = 0) ⇒ Object



10
11
12
# File 'lib/dmark/nodes.rb', line 10

def inspect(_indent = 0)
  'Node()'
end