Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Oct 29, 2024
1 parent fc31aeb commit 5c935bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/dragonrealms/drinfomon/drparser.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

module DRParser
Lich.log("DRParser Caller location is #{caller_locations(0)}")

module Pattern
ExpColumns = /(?:\s*(?<skill>[a-zA-Z\s]+)\b:\s*(?<rank>\d+)\s+(?<percent>\d+)%\s+(?<rate>[a-zA-Z\s]+)\b)/.freeze
Expand Down
2 changes: 1 addition & 1 deletion lib/dragonrealms/drinfomon/drspells.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def self.spellbook_format
def self.spellbook_format=(val)
@@spellbook_format = val
end
end
end
2 changes: 1 addition & 1 deletion lib/dragonrealms/drinfomon/events.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def self.flags
def self.matchers
@@matchers
end
end
end

0 comments on commit 5c935bc

Please sign in to comment.