module Puttfs
Constants
- POINTY_ARROW
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/puttfs.rb, line 35 def self.config @config end
configure(&block)
click to toggle source
# File lib/puttfs.rb, line 31 def self.configure(&block) block.call(config) if block_given? end
defaults()
click to toggle source
# File lib/puttfs.rb, line 5 def self.defaults {:output => $stdout} end
puttfs(*objs)
click to toggle source
# File lib/puttfs.rb, line 39 def self.puttfs(*objs) config.output.puts POINTY_ARROW, *objs end