Method: ApacheCrunch::DerivationRule#source_name

Defined in:
lib/derivation.rb

#source_nameObject

Returns the name of the element from which this rule derives values

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/derivation.rb', line 5

def source_name
    raise NotImplementedError
end