blob: 6460a47c24620f6538f8d37e7c1790d092040523 [file] [log] [blame]
###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
###############################################################################
def foo(arg)
puts arg.class
end
§§
def foo(arg)
puts arg.class
end