Creates stack internally implemented as List
15 16 17
# File 'lib/ds/stacks/stack.rb', line 15 def self.create(*args) new(List.new(*args)) end