turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

Allow no space after comma when used as block variables #95

Open turboladen opened 12 years ago

turboladen commented 12 years ago

Some styles prefer to use no spaces after a comma when defining block variables:

keys_and_values.each do |k,v|
  ...
end