Sha256: 107a0a19950a9c382cc9f3f230d3dc9f36a30c7f68da7586ddf7525ebb645076

Contents?: true

Size: 121 Bytes

Versions: 11

Compression:

Stored size: 121 Bytes

Contents

module NestedCell; end


module ReallyModule

  class NestedCell < ::Cell::Base
    def happy_state
    end
  end
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cells-3.3.10 test/app/cells/really_module/nested_cell.rb
cells-3.3.9 test/app/cells/really_module/nested_cell.rb
cells-3.3.8 test/app/cells/really_module/nested_cell.rb
cells-3.3.7 test/app/cells/really_module/nested_cell.rb
cells-3.3.6 test/app/cells/really_module/nested_cell.rb
cells-3.3.5 test/app/cells/really_module/nested_cell.rb
cells-3.3.4 test/app/cells/really_module/nested_cell.rb
cells-3.3.3 test/app/cells/really_module/nested_cell.rb
cells-3.3.2 test/app/cells/really_module/nested_cell.rb
cells-3.3.1 test/app/cells/really_module/nested_cell.rb
cells-3.3.0 test/app/cells/really_module/nested_cell.rb