hutch-xamplr 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -2
- data/lib/xamplr/persistence.rb +1 -1
- metadata +1 -1
data/VERSION.yml
CHANGED
data/lib/xamplr/persistence.rb
CHANGED
@@ -640,7 +640,7 @@ module Xampl
|
|
640
640
|
@@persister.introduce(new_xampl)
|
641
641
|
end
|
642
642
|
|
643
|
-
def represent(xampl, mentions)
|
643
|
+
def represent(xampl, mentions=[])
|
644
644
|
#puts "REPRESENT #{xampl} load needed: #{xampl.load_needed}"
|
645
645
|
# return nil if xampl.load_needed
|
646
646
|
case xampl.default_persister_format || @format
|