Blog goes here.
# This is a comment
class Test
@testingalongname = "Something here"
CONSTANT = 2323
def test
return (1*5)
end
end
Blog goes here.
# This is a comment
class Test
@testingalongname = "Something here"
CONSTANT = 2323
def test
return (1*5)
end
end