module I18n::Tests::Procs
Protected Instance Methods
filter_args(*args)
click to toggle source
# File lib/i18n/tests/procs.rb, line 49 def filter_args(*args) args.map {|arg| arg.delete(:fallback) if arg.is_a?(Hash) ; arg }.inspect end