aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/unboundmethod/to_s_spec.rb
blob: fbd9dc4ee866d219d7b20fdc33759dca818266bb (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/to_s', __FILE__)

describe "UnboundMethod#to_s" do
  it_behaves_like :unboundmethod_to_s, :to_s
end