Method: Onebox::Engine::GithubBlobOnebox#raw_template
- Defined in:
- lib/onebox/engine/github_blob_onebox.rb
#raw_template(m) ⇒ Object
22 23 24 |
# File 'lib/onebox/engine/github_blob_onebox.rb', line 22 def raw_template(m) "https://raw.githubusercontent.com/#{m[:user]}/#{m[:repo]}/#{m[:sha1]}/#{m[:file]}" end |