Sha256: de141e42287e1c885acd1c676e19c278df00e990f247fb465cefbdc367549d8a

Contents?: true

Size: 167 Bytes

Versions: 7

Compression:

Stored size: 167 Bytes

Contents

module Noticent
  module Testing
    class Boo < ::Noticent::Channel

      def foo
        render
      end

      def boo
        render
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
noticent-0.0.6 testing/channels/boo.rb
noticent-0.0.5 testing/channels/boo.rb
noticent-0.0.4 testing/channels/boo.rb
noticent-0.0.3 testing/channels/boo.rb
noticent-0.0.2 testing/channels/boo.rb
noticent-0.0.1 testing/channels/boo.rb
noticent-0.0.1.pre.pre testing/channels/boo.rb