```ruby File.expand_path('example.rb') => "/Users/avogel/My/Working/Directory/example.rb" File.expand_path('~/example.rb') => "/Users/avogel/example.rb" ```