Module: Rbss::ApplicationHelper
- Defined in:
- lib/rbss/helper.rb
Instance Method Summary collapse
Instance Method Details
#rbss(files, options = {}) ⇒ Object
4 5 6 |
# File 'lib/rbss/helper.rb', line 4 def rbss(files, = {}) Rbss::Parser.new(files).evaluate().html_safe end |