Class: Tres
- Inherits:
-
Generator
- Object
- Generator
- Tres
- Defined in:
- lib/pruebaEFL.rb
Instance Method Summary collapse
-
#initialize ⇒ Tres
constructor
A new instance of Tres.
Constructor Details
#initialize ⇒ Tres
Returns a new instance of Tres.
27 28 29 30 31 |
# File 'lib/pruebaEFL.rb', line 27 def initialize super sub(/cosa/, 'COSA', 's1') prod('ejemplar.txt', 'salida.txt') end |