Top Level Namespace

Defined Under Namespace

Modules: Databound

Instance Method Summary collapse

Instance Method Details

#swallow_nilObject



1
2
3
4
5
# File 'lib/databound/extensions.rb', line 1

def swallow_nil
  yield
rescue NoMethodError
  nil
end