You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a block is support for calls like logger.debug { "foo#{expensive_operation}" } then when in debug mode the expensive operation will never be executed
If a block is support for calls like
logger.debug { "foo#{expensive_operation}" }then when in debug mode the expensive operation will never be executed