class ExtTbseparator

Public Class Methods

new(config, parent) click to toggle source
Calls superclass method ExtNode::new
# File lib/extclasses/tbseparator.rb, line 2
def initialize(config, parent)
  super "tbseparator", config, parent 
end