class ExtLabel
Public Class Methods
new(config, parent)
click to toggle source
Calls superclass method
ExtNode::new
# File lib/extclasses/label.rb, line 3 def initialize(config, parent) @default_config = { } super("label", config, parent) end