class Object
Public Instance Methods
__yard_ignore_here() { || ... }
click to toggle source
Call the given block once. This method is used to make yard to ignore the code in a block.
# File lib/numplot.rb, line 7 def __yard_ignore_here; yield; end