aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/language/fixtures/hash_strings_usascii.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/language/fixtures/hash_strings_usascii.rb')
-rw-r--r--spec/ruby/language/fixtures/hash_strings_usascii.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/ruby/language/fixtures/hash_strings_usascii.rb b/spec/ruby/language/fixtures/hash_strings_usascii.rb
new file mode 100644
index 0000000000..18cfef7c8c
--- /dev/null
+++ b/spec/ruby/language/fixtures/hash_strings_usascii.rb
@@ -0,0 +1,7 @@
+# encoding: us-ascii
+
+module HashStringsUSASCII
+ def self.literal_hash
+ {"foo" => "bar"}
+ end
+end