Module: Authograph
- Defined in:
- lib/authograph.rb,
lib/authograph/rspec.rb,
lib/authograph/signer.rb,
lib/authograph/version.rb
Defined Under Namespace
Modules: Adapters, RSpecHelpers Classes: Signer
Constant Summary collapse
- VERSION =
"1.0.2"
Class Method Summary collapse
Class Method Details
.signer(*_args) ⇒ Object
6 7 8 |
# File 'lib/authograph.rb', line 6 def self.signer(*_args) Signer.new(*_args) end |