Sha256: e47018a6e5169d11c13480472431de5fe9337fe64e5b839d11c95f378b123cb7

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

module Game
  class Controller
    
    class << self
      
      def inherited(base)
        if self == Game::Controller
          
        else
          
        end
      end
      
    end
    
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
game-0.0.1 lib/game/controller.rb