Class: SWR3::NowPlaying::MissingNullFixer

Inherits:
Object
  • Object
show all
Defined in:
lib/swr3_now_playing/mapper.rb

Instance Method Summary collapse

Instance Method Details

#fix(stream) ⇒ Object



8
9
10
# File 'lib/swr3_now_playing/mapper.rb', line 8

def fix(stream)
  stream.gsub(/{ "detail": ,/, '{ "detail": {},')
end