class Object

@private

Public Instance Methods

_n() click to toggle source

Just a loosy implementation of Ruby 2.3's `&.` operator It is used only in generator and will not pollute your scopes.

# File lib/mediawiktory/generator.rb, line 17
def _n
  self
end