Method: Awspec::Config#method_missing
- Defined in:
- lib/awspec/config.rb
#method_missing(method_name, *_args) ⇒ Object
35 36 37 |
# File 'lib/awspec/config.rb', line 35 def method_missing(method_name, *_args) raise UnknownConfiguration, "'#{method_name}' is not a valid configuration for Awspec." end |