Top Level Namespace
Defined Under Namespace
Modules: NumPlot
Instance Method Summary collapse
-
#__yard_ignore_here ⇒ Object
Call the given block once.
Instance Method Details
#__yard_ignore_here ⇒ Object
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 |