module RoughSwal

Constants

SWAL_PARAMETERS
VERSION

Public Class Methods

configure(&block) click to toggle source
# File lib/rough_swal.rb, line 176
def self.configure(&block)
  Configure.(&block) if block_given?
end