This module contains a number of historic one-liners.

NOTE Most of these one-liners do not use the one.rb shortcut aliases.

Methods
Constants
ONELINERS = YAML::load(DATA)
Public Instance methods
oneliner(name)
# File lib/facets/more/one.rb, line 85
  def oneliner(name)
    ONELINERS[name.to_s]
  end
oneliners()
# File lib/facets/more/one.rb, line 89
  def oneliners
    ONELINERS.keys
  end