class Aruba::ScriptFile

def initialize(opts = {})

def initialize(opts = {})
  @path        = opts[:path]
  @content     = opts[:content]
  @interpreter = opts[:interpreter]
end