Sha256: 252f1a52c8760b632c73255094a2b85a0d6255dd5af5c64047f06bdac60150be

Contents?: true

Size: 405 Bytes

Versions: 2

Compression:

Stored size: 405 Bytes

Contents

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

module DasLabs
  def self.bootstrapweb(n = "DefaultName")
    
    baseband = Baseband
    Baseband.bootstrapweb(n)
  end

  def self.bootstrapandroid(n = "DefaultName")
    
    baseband = Baseband
    Baseband.bootstrapandroid(n)
  end


  def self.bootstrapios(n = "DefaultName")
    
    baseband = Baseband
    Baseband.bootstrapios(n)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
daslabs-0.10.0 lib/daslabs.rb
daslabs-0.9.0 lib/daslabs.rb