class Bookwatch::CodeExampleReader::InvalidSnippet
Public Class Methods
new(repo, marker)
click to toggle source
Calls superclass method
# File lib/bookwatch/code_example_reader.rb, line 4 def initialize(repo, marker) super "Error with marker #{marker} in #{repo}." end