summaryrefslogtreecommitdiff
path: root/spec/ruby/language/fixtures/hash_strings_usascii.rb
blob: 18cfef7c8cba6336fa796c9a1de8f2afe1b2701a (plain)
1
2
3
4
5
6
7
# encoding: us-ascii

module HashStringsUSASCII
  def self.literal_hash
    {"foo" => "bar"}
  end
end