Module: Toolx::Core::Concerns::Inquirer
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/toolx/core/concerns/inquirer.rb
Defined Under Namespace
Modules: NilInquiry Classes: SymbolInquiry
Class Method Summary collapse
Class Method Details
.nil_value ⇒ Object
55 56 57 |
# File 'lib/toolx/core/concerns/inquirer.rb', line 55 def self.nil_value @nil_value ||= String.new.extend(NilInquiry) end |