Method: I18nTemplate::Node#parent

Defined in:
lib/i18n_template/node.rb

#parentObject (readonly)

The parent node of this node. All nodes have a parent, except for the root node.



10
11
12
# File 'lib/i18n_template/node.rb', line 10

def parent
  @parent
end