Use to_a definition from Enumerable

This commit is contained in:
Jack Nagel 2014-07-01 21:26:41 -05:00
parent 804872fc94
commit 3f6827374f
2 changed files with 0 additions and 6 deletions

View File

@ -22,9 +22,6 @@ class Dependencies
@deps * arg
end
def to_a
@deps
end
alias_method :to_ary, :to_a
def optional

View File

@ -109,9 +109,6 @@ class Options
self
end
def to_a
@options.to_a
end
alias_method :to_ary, :to_a
def inspect