Class: DoNothing

Inherits:
Object
  • Object
show all
Defined in:
lib/do_nothing.rb

Class Method Summary collapse

Class Method Details

.do_nowObject



2
3
4
# File 'lib/do_nothing.rb', line 2

def self.do_now
  true
end