Class: Lap::Method
Constant Summary
Constants included from Helpers
Instance Method Summary collapse
-
#initialize(node, indent_level = 0) ⇒ Method
constructor
A new instance of Method.
- #render ⇒ Object
Methods included from Helpers
#args, #get_comment, #with_comment
Constructor Details
#initialize(node, indent_level = 0) ⇒ Method
Returns a new instance of Method.
7 8 9 10 |
# File 'lib/lap/method.rb', line 7 def initialize(node, indent_level = 0) @node = node @indent_level = indent_level end |