Method: Computering::Config.styling
- Defined in:
- lib/computering/config.rb
.styling(text, id, type) ⇒ Object
38 39 40 |
# File 'lib/computering/config.rb', line 38 def styling(text, id, type) style_defaults(id, type).gsub("-", text) end |