class Bookbinder::CodeExampleReader::InvalidSnippet

Public Class Methods

new(repo, marker) click to toggle source
Calls superclass method
# File lib/bookbinder/code_example_reader.rb, line 4
def initialize(repo, marker)
  super "Error with marker #{marker} in #{repo}."
end