summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/module_comments.txt
blob: cecb717c5b75de04210a0aa1687b79b8c693d2d2 (plain)
1
2
3
4
5
6
7
8
9
10
# blah 1
  
  # blah 2

module X
  # blah 3
  def blah
    # blah 4
  end
end