1 2 3 4
def is_pos_activation? if session[:pos_activation] block_given? ? yield : true ...
Ruby better way?
1 2 3 4
# Initial attributes Hash # attributes = { ...
Ruby Ruby Hash Extraction Using ...
by notbrain.myopenid.com,
February 24, 2010 23:13,
7 refactorings, tagged with ruby, rails, regex, hash, block
I'm looking for a better wa...
i like this code, but exist...