Method: Address#initialize
- Defined in:
- lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/app.rb
#initialize(name, existing) ⇒ Address
Returns a new instance of Address.
68 |
# File 'lib/vendored-middleman-deps/padrino-helpers-0.11.2/test/fixtures/markup_app/app.rb', line 68 def initialize(name, existing); @name, @existing = name, existing; end |