Method: Rofl#rofl?

Defined in:
lib/rofl.rb

#rofl?(object = self) ⇒ Boolean

check if we or an object are ready to rofl

Returns:

  • (Boolean)


57
58
59
60
61
# File 'lib/rofl.rb', line 57

def rofl? object=self
  has_rofl = (defined? object.rofl?).eql? "method"
  dlog "object of class: #{object.class} is rock'n'rofl." if has_rofl
  return has_rofl
end