module Safeword

Encapsulates the logic of the gem.

Constants

VERSION

Public Class Methods

new(enabled: true) click to toggle source

Instantiates a Blocker.

# File lib/safeword.rb, line 7
def self.new(enabled: true)
  Blocker.new(enabled: enabled)
end