class FakeFS::Pathname

def expand_path(*args)

See File.expand_path.
def expand_path(*args)
  self.class.new(File.expand_path(@path, *args))
end