Joined June 2013
·

Titov Andrey

Ruby developer at Align Technology
·
Moscow
·
·

Is this still relevant?

I was thinking about having test-transaction-like functionality in development mode;

Like – submit a form, see what happens, and rollback by clicking some button.

My 2 cents:

case you
when -> y {y.happy?}  then y.clap_hands #stolen from Avdi (?)
when PersonAnalyzer.method :hulk?     then y.destroy!
end
  • Shameless self-promotion: weekend experiment of mine. which allows something like:
puts mike.tell{"Call me #{name}. First thing you should know - don`t do business with #{cook.name}"}

or

gus = cast.find &which{ surname =~ /esposito/i }

but at the same time - still restricts protected and private methods:
https://github.com/idrozd/red_bikini

Posted to Ruby `sort_by` Multiple Fields over 1 year ago

There is nothing to document here, it`s just a consequence of Array having <=> defined on it )

Achievements
103 Karma
3,499 Total ProTip Views