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
13 14 15 |
# File 'lib/nhkore/variator.rb', line 13 def begin_variate(str) return str end |
#variate(str) ⇒ Object
17 18 19 20 21 22 |
# File 'lib/nhkore/variator.rb', line 17 def variate(str) str = begin_variate(str) str = end_variate(str) return str end |