Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/kielce/helpers.rb
Overview
Helpers
© 2020 Zachary Kurmas
Instance Method Summary collapse
Instance Method Details
#link(text = nil) ⇒ Object
10 11 12 13 |
# File 'lib/kielce/helpers.rb', line 10 def link(text = nil) $k.link(self, text) #%Q(<a href="#{self}">#{text}</a>) end |