lib/gestalt.rb in gestalt-0.0.5 vs lib/gestalt.rb in gestalt-0.0.6
- old
+ new
@@ -3,18 +3,18 @@
require 'rubygems'
require 'formatador'
class Gestalt
- VERSION = '0.0.5'
+ VERSION = '0.0.6'
attr_accessor :calls
def initialize(options = {})
options = {
'call' => true,
'c-call' => false,
- :formatador => Formatador.new
+ 'formatador' => Formatador.new
}.merge!(options)
@traceable_calls = []
@traceable_returns = []
if options['call']