require_dependency 'oneboxer/base_onebox' module Oneboxer class AudioOnebox < BaseOnebox matcher /^https?:\/\/.*\.mp3$/ def onebox "" end end end