# File lib/pdf/techbook.rb, line 782 782: def techbook_directive_endblist(args) 783: self.left_margin = @blist_info.pop[:left_margin] 784: @techbook_lastmode, @techbook_mode = @techbook_mode, @techbook_lastmode if @blist_info.empty? 785: end