class Jekyll::Tags::GistGenerated

Public Class Methods

required_value() click to toggle source
# File lib/rust_playground_highlight.rb, line 69
def self.required_value
  :gist_id
end

Public Instance Methods

query_string() click to toggle source
# File lib/rust_playground_highlight.rb, line 73
def query_string
  "gist=#{query_value}"
end