62.5.7. Ladicí tisky

You may have the interpolation occurring in a block that is evaluated
only in debug mode:

def debug_print( &a_block )
  if $DEBUG
    print a_block.call()
  end
end
# Then use:
#   debug_print{"Hello"}
# instead of
#   debug_print("Hello")
# .
Licence Creative Commons
Tento dokument Ruby, jehož autorem je Radek Hnilica, podléhá licenci Creative Commons Uveďte autora-Nevyužívejte dílo komerčně-Zachovejte licenci 3.0 Česká republika .