Class: Rant::RantVar::Constraints::ToString
- Defined in:
- lib/rant/import/var/strings.rb
Instance Method Summary collapse
Methods inherited from String
Instance Method Details
#filter(val) ⇒ Object
37 38 39 |
# File 'lib/rant/import/var/strings.rb', line 37 def filter(val) val.to_s end |