Untitled

Run Settings
LanguageRuby
Language Version
Run Command
#!/usr/bin/ruby line1 = "Cats are smarter than dogs"; line2 = "Dogs also like meat"; if ( line1 =~ /Cats(.*)/ ) puts "Line1 contains Cats" end if ( line2 =~ /Cats(.*)/ ) puts "Line2 contains Dogs" end
Editor Settings
Theme
Key bindings
Full width
Lines