Sha256: e09fdc582235a9c4a57ffab68f80a04004605c467772fe371858f1ddfd18f521
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
require "rapidfire/engine" module Rapidfire class AccessDenied < StandardError end # configuration which will be used as delimiter in case answers are bunch # of collection values. This is the default delimiter which is used by # all the browsers. mattr_accessor :answers_delimiter self.answers_delimiter = "\r\n" # configuration for setting the layout mattr_accessor :layout def self.config yield(self) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rapidfire-8.0.0 | lib/rapidfire.rb |
rapidfire-5.0.0 | lib/rapidfire.rb |
rapidfire-4.0.0 | lib/rapidfire.rb |
rapidfire-3.1.0 | lib/rapidfire.rb |