class Jekyll::Tags::LinkType

Attributes

query_value[RW]

Public Class Methods

block_allowed?(block) click to toggle source
# File lib/rust_playground_highlight.rb, line 45
def self.block_allowed?(block)
  block.public_send(self.required_value)
rescue
  false
end
new(x) click to toggle source
# File lib/rust_playground_highlight.rb, line 55
def initialize(x)
  self.query_value = x
end
required_value() click to toggle source
# File lib/rust_playground_highlight.rb, line 51
def self.required_value
  :object_id
end

Public Instance Methods

query_string() click to toggle source
# File lib/rust_playground_highlight.rb, line 59
def query_string
  ""
end