Ruby Rebus! Part Deux
07 Apr 2014
It’s been ~18 months since my first Ruby Rebus challenge and, frankly, that’s just too long to ask y’alls nerds to wait. Wait no more! I’ve dreamt up 15 brand spankin’ new rebuses1 for your guessing pleasure.
Last round I only picked movies from IMDB’s Top 250 list. This time the tie that binds these movies is that I’ve seen them and I like them.
The other big change this time around is instant gratification. Instead of a follow-up post with the answers, just click the button under each rebus once you’ve figured it out (or given up)! Enough intro,
Rebus #1
throw :me if person.is_a? ConManRebus #2
expect(Game).to receive(:play)Rebus #3
[].method :eachRebus #4
"CATCGTAATGACGGCCT".dupRebus #5
[NoMethodError, NameError]Rebus #6
[Float.instance_method(:ceil), Float.instance_method(:floor)]Rebus #7
Actor = Struct.new :movie, :first_name
Actor.new "Argo", "John"
Actor.new "Monsters, Inc.", "John"
Actor.new "The Big Lebowski", "John"Rebus #8
class Payment
delegate :give, to: :other
endRebus #9
class Object
def initialize
@afraid = true
end
endRebus #10
%i(stop danger yield detour)Rebus #11
if s == "AZ"
raise
endRebus #12
60.times { sleep 1 } && exitRebus #13
begin
[darren, judith].join
rescue
endRebus #14
class Time; def kill; abort; end; end
t = Time.now
t.killRebus #15
"スカーレット".encode "ascii" rescue ""Which was your favorite? Least favorite? How many of the 15 did you get right? Let me know in the comments!
-
or is it rebi? ↩