summaryrefslogtreecommitdiff
path: root/spec/ruby/core/unboundmethod/to_s_spec.rb
blob: a508229b49c9c6c9aca3b99152c82ffb96d18b7d (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/to_s'

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