lib/fusuma/config/index.rb in fusuma-3.0.0 vs lib/fusuma/config/index.rb in fusuma-3.1.0
- old
+ new
@@ -42,10 +42,10 @@
def inspect
if @skippable
"#{@symbol}(skippable)"
else
- "#{@symbol}"
+ @symbol.to_s
end
end
attr_reader :symbol, :skippable
end