Class: Fortitude::Tags::TagReturnValue
- Inherits:
-
TAG_RETURN_VALUE_SUPERCLASS
- Object
- Fortitude::Tags::TagReturnValue
- Defined in:
- lib/fortitude/tags/tag_return_value.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args) ⇒ Object
8 9 10 |
# File 'lib/fortitude/tags/tag_return_value.rb', line 8 def method_missing(name, *args) ::Kernel.raise ::Fortitude::Errors::NoReturnValueFromTag.new(name) end |