Class: SWR3::NowPlaying::MissingNullFixer
- Inherits:
-
Object
- Object
- SWR3::NowPlaying::MissingNullFixer
- Defined in:
- lib/swr3_now_playing/mapper.rb
Instance Method Summary collapse
Instance Method Details
#fix(stream) ⇒ Object
31 32 33 |
# File 'lib/swr3_now_playing/mapper.rb', line 31 def fix(stream) stream.gsub(/{ "detail": ,/, '{ "detail": {},') end |