Still fixing hex scrub for showcase
parent
4d3c676cf6
commit
ea598043bb
|
|
@ -43,8 +43,8 @@ def scrub_hex(str)
|
|||
.gsub(/ptr=\w{1,8}/,'')
|
||||
.gsub(/#<Pango::FontDescription:.*>/,'')
|
||||
.gsub(/#<Cairo::ImageSurface:.*>/,'ImageSurface')
|
||||
.gsub(/#<Cairo::LinearPattern:*/,'LinearPattern')
|
||||
.gsub(/#<Cairo::Matrix:*/,'Matrix')
|
||||
.gsub(/#<Cairo::LinearPattern:*>/,'LinearPattern')
|
||||
.gsub(/#<Cairo::Matrix:*>/,'Matrix')
|
||||
.gsub(/#<RSVG::Handle.*>/,'RSVG::Handle')
|
||||
.gsub(/#<RSpec::Mocks::Double:.*>/,'MockDouble')
|
||||
.gsub(/RGB:\w{1,8}/,'RGB:')
|
||||
|
|
|
|||
Loading…
Reference in New Issue