Class: String
- Inherits:
-
Object
- Object
- String
- Includes:
- ULL::ETSII::Alu3299::LambdaRegexp
- Defined in:
- lib/LambdaRegexp/lambdaRegexp.rb
Instance Method Summary collapse
-
#re ⇒ Object
Cadena.
Methods included from ULL::ETSII::Alu3299::LambdaRegexp
alt, char, epsilon, plus, question, seq, star
Instance Method Details
#re ⇒ Object
Cadena
84 85 86 |
# File 'lib/LambdaRegexp/lambdaRegexp.rb', line 84 def re char(self) end |