module Templer

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/templer.rb, line 4
def self.hello
  'Hello World'
end