module Charred

Constants

VERSION

Public Class Methods

campfire() click to toggle source
# File lib/charred.rb, line 4
def self.campfire; @campfire ||= Tinder::Campfire.new ARGV[0], :token => ARGV[1]; end
room() click to toggle source
# File lib/charred.rb, line 6
def self.room; @room ||= campfire.rooms.first; end