Class: ClosingComments::Commentable::Module
- Inherits:
-
ClosingComments::Commentable
- Object
- ClosingComments::Commentable
- ClosingComments::Commentable::Module
- Defined in:
- lib/closing_comments/commentable.rb
Overview
class Class
Instance Method Summary collapse
Methods inherited from ClosingComments::Commentable
#ending, #initialize, #name, #single_line?
Constructor Details
This class inherits a constructor from ClosingComments::Commentable
Instance Method Details
#entity ⇒ Object
50 51 52 |
# File 'lib/closing_comments/commentable.rb', line 50 def entity 'module' end |