Class: String

Inherits:
Object
  • Object
show all
Includes:
ULL::ETSII::Alu3299::LambdaRegexp
Defined in:
lib/LambdaRegexp/lambdaRegexp.rb

Instance Method Summary collapse

Methods included from ULL::ETSII::Alu3299::LambdaRegexp

alt, char, epsilon, plus, question, seq, star

Instance Method Details

#reObject

Cadena



84
85
86
# File 'lib/LambdaRegexp/lambdaRegexp.rb', line 84

def re
    char(self)
end