# File lib/thor/core_ext/ordered_hash.rb, line 21 def delete(key) if key? key index = @keys.index(key) @keys.delete_at index end super end