DEBSOURCES
Skip Quicknav
sources / ruby-unparser / 0.6.13-1 / test / corpus / literal / module.rb
12345678910111213141516
module A end module A::B end module A::B::C end module A include(B.new) def foo :bar end end