Method: Apphtml::Helper#initialize
- Defined in:
- lib/apphtml.rb
#initialize(css, js) ⇒ Helper
Returns a new instance of Helper.
43 44 45 46 |
# File 'lib/apphtml.rb', line 43 def initialize css, js @css = css @js = js end |
Returns a new instance of Helper.
43 44 45 46 |
# File 'lib/apphtml.rb', line 43 def initialize css, js @css = css @js = js end |