Method: Pot::Installers::PushText#initialize
- Defined in:
- lib/pot/installers/push_text.rb
#initialize(parent, text, path, options = {}, &block) ⇒ PushText
:nodoc:
33 34 35 36 37 |
# File 'lib/pot/installers/push_text.rb', line 33 def initialize(parent, text, path, ={}, &block) #:nodoc: super parent, , &block @text = text @path = path end |