module IziJsonLd

core setup

Constants

VERSION

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/izi_json_ld.rb, line 9
def configure
  yield self
end
root_path() click to toggle source
# File lib/izi_json_ld.rb, line 17
def root_path
  @root_path ||= Pathname.new(File.dirname(File.expand_path(__dir__)))
end