class Aruba::ScriptFile

def script_starts_with_shebang?

def script_starts_with_shebang?
  content.start_with? "#!"
end