This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
d143b75f8e
ruby--ruby
/
spec
/
ruby
/
language
/
fixtures
/
hash_strings_binary.rb
8 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
Update to ruby/spec@8d74d49
2019-06-27 15:02:36 -04:00
# encoding: binary
Add in-tree mspec and ruby/spec * For easier modifications of ruby/spec by MRI developers. * .gitignore: track changes under spec. * spec/mspec, spec/rubyspec: add in-tree mspec and ruby/spec. These files can therefore be updated like any other file in MRI. Instructions are provided in spec/README. [Feature #13156] [ruby-core:79246] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-07 08:04:49 -04:00
Update to ruby/spec@8d74d49
2019-06-27 15:02:36 -04:00
module
HashStringsBinary
Add in-tree mspec and ruby/spec * For easier modifications of ruby/spec by MRI developers. * .gitignore: track changes under spec. * spec/mspec, spec/rubyspec: add in-tree mspec and ruby/spec. These files can therefore be updated like any other file in MRI. Instructions are provided in spec/README. [Feature #13156] [ruby-core:79246] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-05-07 08:04:49 -04:00
def
self
.
literal_hash
{
"
foo
"
=
>
"
bar
"
}
end
end
Copy permalink