Module: Colombus::ClassMethods
- Defined in:
- lib/colombus.rb
Instance Method Summary collapse
Instance Method Details
#colombus(string) ⇒ Object
13 14 15 |
# File 'lib/colombus.rb', line 13 def colombus(string) string = "#{string.downcase} COLUMBUS" end |
#xxx(string) ⇒ Object
17 18 19 |
# File 'lib/colombus.rb', line 17 def xxx(string) "Triplo X" end |