Module Gist::Standalone
In: lib/gist/standalone.rb

Methods

build   save  

Constants

PREAMBLE = <<-preamble #!/usr/bin/env ruby # encoding: utf-8 # # This file, gist, is generated code. # Please DO NOT EDIT or send patches for it. # # Please take a look at the source from # http://github.com/defunkt/gist # and submit patches against the individual files # that build gist. # preamble
POSTAMBLE = "Gist.execute(*ARGV)\n"
MANPAGE = "__END__\n#{File.read(__DIR__ + '/../../man/gist.1')}"
CACERT = "__CACERT__\n#{File.read(__DIR__ + '/cacert.pem')}"

Public Instance methods

[Validate]