Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/stack_tracy/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#tracy(&block) ⇒ Object



2
3
4
# File 'lib/stack_tracy/core_ext/string.rb', line 2

def tracy(&block)
  yield if block
end