Sha256: 2f98c16ac7aae11e0d92cd3770dcf4a21a4ad4d2e9c31f91dfd74bfbb363884e
Contents?: true
Size: 310 Bytes
Versions: 22
Compression:
Stored size: 310 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze module Template class None < Template def self.transform action render_method(action) end end end end
Version data entries
22 entries across 22 versions & 5 rubygems