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

@ -41,9 +41,6 @@ module Virtual
def initialize members
@members = members
end
def attributes
super << :members
end
end
class Class < Object