Sha256: f4a17a4f4d03dbe1da079ee5622176b95ca4748ebdf03be6578b12e59c41c72c

Contents?: true

Size: 527 Bytes

Versions: 3

Compression:

Stored size: 527 Bytes

Contents

require "daslabs/version"
require "daslabs/baseband"

module DasLabs
  class DasLabsCentral
    def self.warpspeed(n = "Default")
      baseband = Baseband
      Baseband.name(n)
    end

    def self.bootstrapweb(n = "Default")
      baseband = Baseband
      Baseband.bootstrapweb(n)
    end
  
    def self.bootstrapandroid(n = "Default")
      baseband = Baseband
      Baseband.bootstrapandroid(n)
    end
  
  
    def self.bootstrapios(n = "Default")
      baseband = Baseband
      Baseband.bootstrapios(n)
    end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
daslabs-0.13.0 lib/daslabs.rb
daslabs-0.12.0 lib/daslabs.rb
daslabs-0.11.0 lib/daslabs.rb