Method: Frails::Component::Abstract#initialize
- Defined in:
- lib/frails/component/abstract.rb
#initialize(view, path, options) ⇒ Abstract
Returns a new instance of Abstract.
8 9 10 11 12 13 14 |
# File 'lib/frails/component/abstract.rb', line 8 def initialize(view, path, ) @view = view @path = path = end |