Module: Triauth
- Defined in:
- lib/triauth.rb
Overview
Official placeholder for the triauth project. See www.triauth.org/.
Constant Summary collapse
- VERSION =
"0.0.1"- MESSAGE =
"triauth for Ruby has not been released yet.\n" \ "This package name is reserved by the triauth project to prevent supply-chain confusion.\n" \ "See https://www.triauth.org/"
Class Method Summary collapse
Class Method Details
.method_missing ⇒ Object
11 |
# File 'lib/triauth.rb', line 11 def self.method_missing(*) = raise(NotImplementedError, MESSAGE) |
.respond_to_missing? ⇒ Boolean
13 |
# File 'lib/triauth.rb', line 13 def self.respond_to_missing?(*) = true |