module Pathology

Constants

VERSION

Public Class Methods

template(s) click to toggle source
# File lib/pathology.rb, line 6
def self.template(s)
  Template.new(s)
end