code
register
log in
programs
messages
documentation
source
about
privacy
terms
/up
french
production
documentation
1 + 1
puts("hello world")
puts("1 + 1 = {1 + 1}")
[1, 2, 3].select(&:odd?).map { |i| i ** 2 }
Http.get("https://httpbin.org/get")
Message.create!(subject: "test", body: "test")
Current.user
User.find("dorianmariecom")