module Ledger

This module parses the Ledger format

Constants

ENTRY_ACTION_LINE_REGEX
ENTRY_SUBJECT_LINE_REGEX
ENTRY_TAG_LINE_REGEX
STATE_MAPPING

Public Class Methods

new(*args) click to toggle source

Insert a helper .new() method for creating a new Ledger object

# File lib/libledger.rb, line 8
def new(*args)
  self::Journal.new(*args)
end