class Node

Public Instance Methods

context() { || ... } click to toggle source
# File test/unit/node_collection_test.rb, line 8
def context
  yield
end
name_to_s() click to toggle source
# File test/unit/node_collection_test.rb, line 4
def name_to_s
  name.to_s
end