module Lines

Constants

VERSION

Public Class Methods

setup() { |self| ... } click to toggle source

Yield self on setup for nice config blocks

# File lib/lines.rb, line 11
def self.setup
  yield self
end