Method: Fable::Profiler::ProfileNode.pad

Defined in:
lib/fable/profiler.rb

.pad(io, indent) ⇒ Object



242
243
244
# File 'lib/fable/profiler.rb', line 242

def self.pad(io, indent)
  io << " " * indent
end