module Selfish::UnderScore

Public Instance Methods

_(&b) click to toggle source
# File lib/selfish/_.rb, line 4
def _(&b)
  if b
    selfish(&b)
  else
    _self
  end
end