Class: Verifly::Applicator::Quoter
- Inherits:
-
Verifly::Applicator
- Object
- Verifly::Applicator
- Verifly::Applicator::Quoter
- Defined in:
- lib/verifly/applicator.rb
Overview
Quoter is used when there is no other way to apply applicatable.
Instance Attribute Summary
Attributes inherited from Verifly::Applicator
Instance Method Summary collapse
-
#call ⇒ Object
Applicable without changes.
-
#source ⇒ String
Quoted value’s inspect.
-
#source_location ⇒ nil
No source location available.
Methods inherited from Verifly::Applicator
Methods included from ClassBuilder::Mixin
#build, #build_class, #buildable_classes=
Constructor Details
This class inherits a constructor from Verifly::Applicator
Instance Method Details
#call ⇒ Object
Returns applicable without changes.
194 195 196 |
# File 'lib/verifly/applicator.rb', line 194 def call(*) applicable end |
#source ⇒ String
Returns quoted value’s inspect.
203 204 205 |
# File 'lib/verifly/applicator.rb', line 203 def source applicable.inpsect end |
#source_location ⇒ nil
No source location available
200 |
# File 'lib/verifly/applicator.rb', line 200 def source_location(*); end |