aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.rb
blob: 234a6406b7d9b7c2142802b9d47367e0f8ed3ffa (plain)
1
2
3
4
5
6
class Demo
	def test # A test
		i = 1
		puts "Example"
	end
end