class Fastly::Version

def vcl(name, opts={})

in the opts
:include_content => true
Won't return the content of the VCL unless you pass in

Get the named VCL for this version
def vcl(name, opts={})
  fetcher.get_vcl(service_id, number, name, opts)
end