129 130 131 132 133 134 135
# File 'lib/bsns.rb', line 129 def self.load_or_nil file begin load_data file rescue return nil end end