Skip to content
Snippets Groups Projects
Commit 3f682737 authored by Jack Nagel's avatar Jack Nagel
Browse files

Use to_a definition from Enumerable

parent 804872fc
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,6 @@ class Dependencies
@deps * arg
end
def to_a
@deps
end
alias_method :to_ary, :to_a
def optional
......
......@@ -109,9 +109,6 @@ class Options
self
end
def to_a
@options.to_a
end
alias_method :to_ary, :to_a
def inspect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment