Method: PCBR.new

Defined in:
lib/pcbr.rb

.new(&block) ⇒ Object



8
9
10
# File 'lib/pcbr.rb', line 8

def self.new &block
  Storage.new &block
end