module MeidasReport
Public Instance Methods
Source
# File lib/meidas_report.rb, line 9 def format_recent(channel_url:, body_line:) url = channel_url.to_s.strip IrcReply.card( tag: "YT", title: IrcFormat.meta_join("recent videos", url), body_lines: [body_line], footer_parts: ["youtube.com"] ) end