8 9 10 11 12 13 14
# File 'lib/crabfarm/factories/context.rb', line 8 def self.default_build(_memento) if _memento.nil? Crabfarm::Context.new else load_crabtrap_context _memento end end