Skip to content

Conversation

@stepheneb
Copy link

String#to_a isn't present in Ruby 1.9.

Also Array#to_s works differently

in 1.8

>> ["abc", "def"].to_s
=> "abcdef"

In 1.9

>> ["abc", "def"].to_s
=> "[\"abc\", \"def\"]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant