Sha256: e0c02875bad1904a381ebed299357b1b300c08e6a7a12458d89b120462840d28

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

require 'bootstrap/component_loader'
require 'bootstrap/component'

class Bootstrap
  include Delegate
  extend ComponentLoader
  load_components

  def initialize context=nil
    @context = context
  end

  def render *args, &block
    instance_exec *args, &block
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.20.4 mod/bootstrap/lib/bootstrap.rb
card-1.20.3 mod/bootstrap/lib/bootstrap.rb
card-1.20.2 mod/bootstrap/lib/bootstrap.rb
card-1.20.1 mod/bootstrap/lib/bootstrap.rb
card-1.20.0 mod/bootstrap/lib/bootstrap.rb