Still fixing hex scrub for showcase

dev
Andy Meneely 2015-01-06 00:13:32 -05:00
parent 4d3c676cf6
commit ea598043bb
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ def scrub_hex(str)
.gsub(/ptr=\w{1,8}/,'') .gsub(/ptr=\w{1,8}/,'')
.gsub(/#<Pango::FontDescription:.*>/,'') .gsub(/#<Pango::FontDescription:.*>/,'')
.gsub(/#<Cairo::ImageSurface:.*>/,'ImageSurface') .gsub(/#<Cairo::ImageSurface:.*>/,'ImageSurface')
.gsub(/#<Cairo::LinearPattern:*/,'LinearPattern') .gsub(/#<Cairo::LinearPattern:*>/,'LinearPattern')
.gsub(/#<Cairo::Matrix:*/,'Matrix') .gsub(/#<Cairo::Matrix:*>/,'Matrix')
.gsub(/#<RSVG::Handle.*>/,'RSVG::Handle') .gsub(/#<RSVG::Handle.*>/,'RSVG::Handle')
.gsub(/#<RSpec::Mocks::Double:.*>/,'MockDouble') .gsub(/#<RSpec::Mocks::Double:.*>/,'MockDouble')
.gsub(/RGB:\w{1,8}/,'RGB:') .gsub(/RGB:\w{1,8}/,'RGB:')