class Pry::CodeFile

def from_pwd

Returns:
  • (String) -
def from_pwd
  File.expand_path(@filename, Dir.pwd)
end