Class: ApacheCrunch::NullDerivationRule

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

Overview

Dummy rule that doesn’t derive anything

Instance Method Summary collapse

Instance Method Details

#derive(name, source_value) ⇒ Object



20
# File 'lib/derivation.rb', line 20

def derive(name, source_value); nil; end

#source_nameObject



18
# File 'lib/derivation.rb', line 18

def source_name; nil; end

#target_namesObject



19
# File 'lib/derivation.rb', line 19

def target_names; []; end