Class | TMail::Config |
In: |
lib/tmail/config.rb
|
Parent: | Object |
strict_base64decode | [W] | |
strict_parse | [W] |
# File lib/tmail/config.rb, line 15 def initialize(strict) @strict_parse = strict @strict_base64decode = strict end
# File lib/tmail/config.rb, line 44 def Config.to_config(arg) return DEFAULT_STRICT_CONFIG if arg == true return DEFAULT_CONFIG if arg == false arg or DEFAULT_CONFIG end