Top Level Namespace
Defined Under Namespace
Modules: NumPlot
Instance Method Summary (collapse)
-
- (Object) __yard_ignore_here
Call the given block once.
Instance Method Details
- (Object) __yard_ignore_here
Call the given block once. This method is used to make yard to ignore the code in a block.
7 |
# File 'lib/numplot.rb', line 7 def __yard_ignore_here; yield; end |