Module: Clojure::String
- Defined in:
- lib/cljdotrb/string.rb
Instance Method Summary collapse
Instance Method Details
#to_ruby ⇒ Object
3 4 5 |
# File 'lib/cljdotrb/string.rb', line 3 def to_ruby captures[:content].first.gsub(/\\\"/,"\"") end |