class ExtHidden

Public Class Methods

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