Fix typo
This commit is contained in:
parent
910012ae03
commit
be5ce87dab
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module Repubmark
|
||||||
end
|
end
|
||||||
|
|
||||||
def method_missing(method_name, ...)
|
def method_missing(method_name, ...)
|
||||||
raise 'Chapters after chapters' if @epilogue
|
raise 'Chapters after epilogue' if @epilogue
|
||||||
|
|
||||||
chapter = @chapter || Chapter.new(self)
|
chapter = @chapter || Chapter.new(self)
|
||||||
if chapter.respond_to? method_name
|
if chapter.respond_to? method_name
|
||||||
|
|
Loading…
Reference in a new issue