Returns this class arguments, looking up in the ancestors chain.
Array
189 190 191
# File 'lib/thor/base.rb', line 189 def arguments @arguments ||= from_superclass(:arguments, []) end