# File lib/rye/set.rb, line 120
120:     def [](key=nil)
121:       run_command(:cd, key)
122:       self
123:     end