This commit is contained in:
Alex Kotov 2024-02-24 08:25:58 +04:00
parent 910012ae03
commit be5ce87dab
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ module Repubmark
end
def method_missing(method_name, ...)
raise 'Chapters after chapters' if @epilogue
raise 'Chapters after epilogue' if @epilogue
chapter = @chapter || Chapter.new(self)
if chapter.respond_to? method_name