Sha256: 542755dde95ff193e24cc89852c1b94d2218977b137e16b1bd5febbaed53e910

Contents?: true

Size: 153 Bytes

Versions: 7

Compression:

Stored size: 153 Bytes

Contents

module Noticent
  module Testing
    class Foo < ::Noticent::Channel

      attr_accessor :buzz

      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/foo.rb
noticent-0.0.5 testing/channels/foo.rb
noticent-0.0.4 testing/channels/foo.rb
noticent-0.0.3 testing/channels/foo.rb
noticent-0.0.2 testing/channels/foo.rb
noticent-0.0.1 testing/channels/foo.rb
noticent-0.0.1.pre.pre testing/channels/foo.rb