Testing
Language: Ruby
def test
"Wow, this is a test"
end
Reveal More
Added over 2 years ago by
zachinglis
zachinglis
Language: Ruby
def test
"Wow, this is a test"
end
zachinglis
def test
"Wow, this is a test"
end
def refactor
"And this is a refactoring"
end
require 'sinatra'
get '/test' do
"Wow, this is a test"
end