module Tollgate
Constants
- VERSION
Attributes
command_block[RW]
Public Class Methods
configure(&block)
click to toggle source
# File lib/tollgate.rb, line 11 def self.configure(&block) self.command_block = block end
reset!()
click to toggle source
# File lib/tollgate.rb, line 15 def self.reset! self.command_block = nil end