Skip to content

Commit

Permalink
chore: display IndexRecord with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 19, 2024
1 parent 4c473c3 commit dc9f931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fusuma/config/index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def initialize(keys)
end
end

def inspect
def to_s
@keys.map(&:inspect)
end

Expand All @@ -40,7 +40,7 @@ def initialize(symbol_word, skippable: false)
@skippable = skippable
end

def inspect
def to_s
if @skippable
"#{@symbol}(skippable)"
else
Expand Down

0 comments on commit dc9f931

Please sign in to comment.