module I18n::Debug
Constants
- VERSION
Attributes
logger[RW]
on_lookup[W]
Public Class Methods
on_lookup(&blk)
click to toggle source
# File lib/i18n/debug.rb, line 24 def on_lookup(&blk) return @on_lookup unless block_given? self.on_lookup = blk end