class Falcon::Media

def exist?

Check if source file exists
def exist?
  File.exist?(source_path)
end