Module: Matestack::Ui::Core::Properties::Initializer
- Defined in:
- lib/matestack/ui/core/properties.rb
Instance Method Summary collapse
Instance Method Details
#initialize(html_tag = nil, text = nil, options = {}, &block) ⇒ Object
12 13 14 15 16 17 |
# File 'lib/matestack/ui/core/properties.rb', line 12 def initialize(html_tag = nil, text = nil, = {}, &block) (text, ) create_context set_text super end |