Module: Circular
- Defined in:
- lib/circular.rb,
lib/circular/api.rb
Overview
Define circular module
Defined Under Namespace
Classes: API
Class Method Summary collapse
Class Method Details
.load_token(domain) ⇒ Object
12 13 14 |
# File 'lib/circular.rb', line 12 def load_token(domain) lookup_token(domain) || UserInput.new(message: "Token for #{domain}").ask end |
.new(*args) ⇒ Object
8 9 10 |
# File 'lib/circular.rb', line 8 def new(*args) self::API.new(*args) end |