Class: MeglishHelper
- Inherits:
-
Object
- Object
- MeglishHelper
- Defined in:
- lib/meglish-helper.rb
Instance Method Summary collapse
Instance Method Details
#build_index(_index) ⇒ Object
2 3 4 |
# File 'lib/meglish-helper.rb', line 2 def build_index(_index) _index.to_s.empty? ? '' : " index:#{_index} " end |