Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Double quote to single quote, but check carefully like dstr #23

Open
sanemat opened this issue Dec 7, 2014 · 0 comments
Open

Double quote to single quote, but check carefully like dstr #23

sanemat opened this issue Dec 7, 2014 · 0 comments

Comments

@sanemat
Copy link
Owner

sanemat commented Dec 7, 2014

$ cat foo.rb |ruby-parse-wrapped -
(begin
  (send nil :puts
    (str "foo"))
  (send nil :puts
    (str "bar"))
  (send nil :puts
    (dstr
      (str "too")
      (begin
        (send
          (const nil :Time) :now)))))
$ cat foo.rb
puts "foo"
puts 'bar'
puts "too#{Time.now}"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant