Method: BOAST::Procedure#pr

Defined in:
lib/BOAST/Language/Procedure.rb

#prObject



70
71
72
73
74
75
76
77
# File 'lib/BOAST/Language/Procedure.rb', line 70

def pr
  open
  if @block then
    @block.call
    close
  end
  return self
end