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