Guest User

Untitled

a guest
May 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ## just wondering how to read this
  2.  
  3. def video_resize_small(embed_code)
  4. embed_code.gsub(/(height|width)="\d{1,3}"/, '\1="195"')
  5. end
Add Comment
Please, Sign In to add comment