Array Ruby

[nil, 1, 2].drop_while {|x| !x }   # => [1,2]: drop leading nils