class Epuber::Checker::BookspecChecker

Attributes

book[R]

@return [Epuber::Book]

Public Instance Methods

call(book, compilation_context) click to toggle source

@param [Epuber::Book] book @param [CompilationContext] compilation_context

@return nil

# 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