You are on page 1of 1

class Lambdas

def initialize()
end
def saluda()
end
end
objeto = Lambdas.new()
objeto.saluda
gets()

You might also like