Sha256: a812382fc7fbc1ce9bf77693437c21a5f9e2e2dff3a7732ca1b4eb295bdb833d

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

#          Copyright (c) 2006 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

2 entries across 2 versions & 1 rubygems

Version Path
ramaze-0.2.0 lib/ramaze/template/none.rb
ramaze-0.2.1 lib/ramaze/template/none.rb