Class: NHKore::Variator
- Inherits:
-
Object
- Object
- NHKore::Variator
- Defined in:
- lib/nhkore/variator.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#begin_variate(str) ⇒ Object
14 15 16 |
# File 'lib/nhkore/variator.rb', line 14 def begin_variate(str) return str end |
#variate(str) ⇒ Object
18 19 20 21 22 23 |
# File 'lib/nhkore/variator.rb', line 18 def variate(str) str = begin_variate(str) str = end_variate(str) return str end |