summaryrefslogtreecommitdiff
path: root/spec/ruby/core/module/fixtures/autoload_const_source_location.rb
blob: ee0e5a689ffeefcbc25cbd11fa9d0381ff988377 (plain)
1
2
3
4
5
6
module ConstantSpecs
  BEFORE_DEFINE_LOCATION = const_source_location(:ConstSource)
  module ConstSource
    LOCATION = Object.const_source_location(name)
  end
end