Class: FastHaml::FilterCompilers::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/fast_haml/filter_compilers/base.rb

Direct Known Subclasses

Cdata, Css, Escaped, Javascript, Plain, Preserve, Ruby, TiltBase

Instance Method Summary collapse

Instance Method Details

#need_newline?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/fast_haml/filter_compilers/base.rb', line 6

def need_newline?
  true
end