Skip to content

Commit

Permalink
Merge dd7a0f2 into 984f08e
Browse files Browse the repository at this point in the history
  • Loading branch information
skalee committed Mar 6, 2021
2 parents 984f08e + dd7a0f2 commit 8c7e24f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/attr_masker/error.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# (c) 2017 Ribose Inc.
#

module AttrMasker
class Error < ::StandardError
end
Expand Down
1 change: 1 addition & 0 deletions lib/attr_masker/maskers/replacing.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# (c) 2017 Ribose Inc.
#

module AttrMasker
module Maskers
# +Replacing+ masker replaces every character of string which is being
Expand Down
3 changes: 3 additions & 0 deletions lib/attr_masker/maskers/simple.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# (c) 2017 Ribose Inc.
#

module AttrMasker
module Maskers
# +Simple+ masker replaces values with a predefined +(redacted)+ string.
Expand Down
3 changes: 3 additions & 0 deletions lib/attr_masker/model.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# (c) 2017 Ribose Inc.
#

module AttrMasker
module Model
def self.extended(base) # :nodoc:
Expand Down

0 comments on commit 8c7e24f

Please sign in to comment.