module Sabrina

{include:file:README.rdoc}

Constants

ABOUT

A short description.

@return [String]

DATE

Date of the current version.

@return [String]

VERSION

Current software version.

@return [String]

Public Class Methods

about() click to toggle source

@see ABOUT

# File lib/sabrina/meta.rb, line 29
def about
  ABOUT
end
png() click to toggle source

Gets the PNG handler info.

# File lib/sabrina/meta.rb, line 19
def png
  PNG
end
version() click to toggle source

@see VERSION

# File lib/sabrina/meta.rb, line 24
def version
  "#{VERSION}/#{PNG}"
end