module Card::Bootstrapper

Public Instance Methods

bootstrap() click to toggle source
# File lib/card/bootstrapper.rb, line 5
def bootstrap
  @bootstrap ||= Bootstrap.new(self)
end
bs(*args, &block) click to toggle source
# File lib/card/bootstrapper.rb, line 9
def bs *args, &block
  bootstrap.render(*args, &block)
end