Class: RubyUnderscore::AbstractProcessor

Inherits:
SexpProcessor
  • Object
show all
Defined in:
lib/tree_converters.rb

Instance Method Summary collapse

Constructor Details

#initializeAbstractProcessor

Returns a new instance of AbstractProcessor.



9
10
11
12
# File 'lib/tree_converters.rb', line 9

def initialize
  super
  @alternate = SexpProcessor.new
end

Instance Method Details

#assert_empty(meth, exp, exp_orig) ⇒ Object



18
19
20
# File 'lib/tree_converters.rb', line 18

def assert_empty(meth, exp, exp_orig)

end

#proceed(exp) ⇒ Object



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

def proceed(exp)
  @alternate.process exp
end