Method: Assette::File#comment_str
- Defined in:
- lib/assette/file.rb
#comment_str(str = nil) ⇒ Object
38 39 40 41 |
# File 'lib/assette/file.rb', line 38 def comment_str(str = nil) comm = target_class.comment_str str ? (comm % str) : comm end |