class TimeNode

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/support/xml_mapping/time_node.rb, line 5
def initialize(*args)
  path,*args = super(*args)
  @path = XML::XXPath.new(path) 
  args
end