Class: Polite::PrettyPlease

Inherits:
Please show all
Defined in:
lib/polite/pretty_please.rb

Instance Attribute Summary

Attributes inherited from Please

#delegate

Instance Method Summary collapse

Methods inherited from Please

#initialize, #method_missing

Constructor Details

This class inherits a constructor from Polite::Please

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Polite::Please

Instance Method Details

#polite_return_valueObject



3
4
5
# File 'lib/polite/pretty_please.rb', line 3

def polite_return_value
  self
end

#respond_to?(method) ⇒ Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/polite/pretty_please.rb', line 7

def respond_to?(method)
  true
end