Sha256: f8b86cfd7d72ef0cf05d35917c26d86ec15d1690a05673a98281cf9349d019e7

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

module Superhosting
  module Controller
    class Mysql
      class Db < Base
        def add

        end

        def delete

        end

        def dump

        end

        def sql

        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superhosting-0.0.2 lib/superhosting/controller/mysql/db.rb
superhosting-0.0.1 lib/superhosting/controller/mysql/db.rb