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

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