Method: Excom::Plugins::DryTypes::ClassMethods#args
- Defined in:
- lib/excom/plugins/dry_types.rb
#args ⇒ Object
52 53 54 |
# File 'lib/excom/plugins/dry_types.rb', line 52 def args(*) raise("`args' method is not available with :dry_types plugin. use `attribute' method instead") end |