Sha256: 8c411e2a5943726e696e594fd8919d07983ff234876b75afd9614f7ab714ebc7

Contents?: true

Size: 196 Bytes

Versions: 17

Compression:

Stored size: 196 Bytes

Contents

# frozen_string_literal: true

def green(str)
  puts str.colorize(:green)
end

def yellow(str)
  puts str.colorize(:yellow)
end

def red(str)
  puts str.colorize(:red)
end

def nl
  puts "\n"
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ledger_sync-2.2.1 documentation/helper_methods.rb
ledger_sync-2.2.0 documentation/helper_methods.rb
ledger_sync-2.0.2 documentation/helper_methods.rb
ledger_sync-2.0.1 documentation/helper_methods.rb
ledger_sync-2.0.0 documentation/helper_methods.rb
ledger_sync-2.0.0.pre.1 documentation/helper_methods.rb
ledger_sync-1.8.1 documentation/helper_methods.rb
ledger_sync-1.8.0 documentation/helper_methods.rb
ledger_sync-1.7.0 documentation/helper_methods.rb
ledger_sync-1.6.0 documentation/helper_methods.rb
ledger_sync-1.5.2 documentation/helper_methods.rb
ledger_sync-1.5.1 documentation/helper_methods.rb
ledger_sync-1.5.0 documentation/helper_methods.rb
ledger_sync-1.4.4 documentation/helper_methods.rb
ledger_sync-1.4.2 documentation/helper_methods.rb
ledger_sync-1.4.1 documentation/helper_methods.rb
ledger_sync-1.4.0 documentation/helper_methods.rb