Class: Faml::FilterCompilers::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/faml/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)


7
8
9
# File 'lib/faml/filter_compilers/base.rb', line 7

def need_newline?
  true
end