remove unused attributes() boilerplate

This commit is contained in:
Torsten Ruger
2014-08-19 22:54:28 +03:00
parent 4b17a1e58f
commit dd59a2f9c6
9 changed files with 15 additions and 79 deletions

View File

@ -19,10 +19,6 @@ module Virtual
@codes = []
end
def attributes
[:name , :codes , :branch]
end
attr_reader :name , :codes , :method
attr_accessor :branch