module Onebox module Engine class AudioOnebox include Engine matches_regexp /^(https?:)?\/\/.*\.(mp3|ogg|wav)(\?.*)?$/ def to_html "" end end end end