class NilOr::DSL

Public Instance Methods

method_missing(*) click to toggle source
# File lib/nil_or.rb, line 3
def method_missing(*)
  nil
end