what_column icon indicating copy to clipboard operation
what_column copied to clipboard

Commad "rake what_column:add" breaks with message: "wrong constant name <"

Open galetahub opened this issue 16 years ago • 0 comments

If ruby class looks like this: class Test < ActiveRecord::Base

some code

class << self def test_method # some code end end end

Commad "rake what_column:add" breaks with message: "wrong constant name <", becouse it wrong parse line "class << self".

So, please, replace regex "/class (.*)</" to "/class (\w.+)</".

galetahub avatar Jul 23 '09 09:07 galetahub