I've been playing with the Mastodon API and have made @rubybot - they will run any Ruby you send them:

```
puts [
%w{🤖 👋 💥}.sample,
“Hi everyone, happy",
Time.now.strftime("%A!")
].join(" ")

{
“Version" => RUBY_VERSION,
"Platform" => RUBY_PLATFORM
}.each do |k, v|
puts "#{k}: #{v}"
end
```

@zetter @rubybot can we pen test it? 😂
@BobbyMcWho
eval:1:in `<main>': undefined local variable or method `😂' for main:Object (NameError)
@BobbyMcWho you’re welcome to try different inputs to try and break it, but please no automated testing and you may want to set your posts to unlisted/mentions only so not to post to the public timeline.