module Gittr
Constants
- VERSION
Attributes
token[RW]
Public Class Methods
configure() { |self| ... }
click to toggle source
# File lib/gittr.rb, line 18 def configure return enum_for(__callee__) unless block_given? yield self end