summaryrefslogtreecommitdiff
path: root/spec/ruby/core/marshal/fixtures/classes.rb
blob: 7c81c649274af146546d2196222a7783c825c6bf (plain)
1
2
3
4
module MarshalSpec
  # empty modules
  module M1 end
end