Module: Lector::Types::String
- Defined in:
- lib/lector/types.rb
Instance Method Summary collapse
Instance Method Details
#val ⇒ Object
13 |
# File 'lib/lector/types.rb', line 13 def val; captures[:content].first.gsub(/\\\"/,"\""); end |