summaryrefslogtreecommitdiff
path: root/spec/ruby/core/method/to_s_spec.rb
blob: 9f190113029559499eb3ba4aa57753034937f5d6 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/to_s'

describe "Method#to_s" do
  it_behaves_like :method_to_s, :to_s
end