Untitled

Run Settings
LanguageRuby
Language Version
Run Command
#!/usr/bin/ruby begin puts 'I am before the raise.' raise 'An error has occurred.' puts 'I am after the raise.' rescue puts 'I am rescued.' end puts 'I am after the begin block.'
Editor Settings
Theme
Key bindings
Full width
Lines