Sha256: 270efba285896bd3ec2748aaf3246b3ff5eb56f7a07729c3571ffbb165bdb6ee
Contents?: true
Size: 319 Bytes
Versions: 22
Compression:
Stored size: 319 Bytes
Contents
class Card module Bootstrapper extend Bootstrap::ComponentLoader def bootstrap @bootstrap ||= Bootstrap.new(self) end def bs *args, &block bootstrap.render(*args, &block) end components.each do |component| delegate component, to: :bootstrap, prefix: :bs end end end
Version data entries
22 entries across 22 versions & 1 rubygems