summaryrefslogtreecommitdiff
path: root/test/ruby/namespace/string_ext_caller.rb
blob: b8345d98edf11c092fbfe59f7150d0fa6f63799c (plain)
1
2
3
4
5
module Foo
  def self.yay
    String.new.yay
  end
end