module Origen::ConsoleMethods
Methods available to the command line in a console session, split this to a separate file if it gets large over time
Public Instance Methods
Source
# File lib/origen/commands/interactive.rb, line 19 def cd(dir) Dir.chdir(dir) Dir.pwd end