class Prismatic::Section

Public Class Methods

new(parent, root_element) click to toggle source
Calls superclass method
# File lib/prismatic/section.rb, line 4
def initialize(parent, root_element)
  super
  update_elements
end