Class: Lazibi::Filter::FilterBase

Inherits:
Object
  • Object
show all
Includes:
Helper::FilterHelper
Defined in:
lib/filter/filter_base.rb

Direct Known Subclasses

Beautify, OptionalDo, OptionalEnd, SyntaxGuard

Instance Method Summary collapse

Methods included from Helper::FilterHelper

#begin_keys, #clean_block, #clean_line, #comment_at_end, #end_anchor?, #end_keys, #get_indent, #get_rest, #group_match, #middle_anchor?, #middle_keys, #nasty_line?, #split_end, #start_anchor?

Instance Method Details

#down(source) ⇒ Object



14
15
16
# File 'lib/filter/filter_base.rb', line 14

def down(source)
  source
end

#up(source) ⇒ Object



10
11
12
# File 'lib/filter/filter_base.rb', line 10

def up(source)
  source
end