class Epuber::Checker::BookspecChecker
Attributes
@return [Epuber::Book]
Public Instance Methods
Source
# File lib/epuber/checker/bookspec_checker.rb, line 17 def call(book, compilation_context) @book = book @block.call(self, book, compilation_context) @book = nil end
@param [Epuber::Book] book @param [CompilationContext] compilation_context
@return nil