lib/rgot/pb.rb in rgot-1.2.0 vs lib/rgot/pb.rb in rgot-1.3.0
- old
+ new
@@ -1,10 +1,8 @@
# frozen_string_literal: true
module Rgot
class PB
- attr_accessor :bn
-
def initialize(bn:)
@bn = bn
end
def next
- old
+ new