Sha256: a338ee3e4cb176bfb4dd23f9f794ed629392635638d61723a7b76b0ca46509cd

Contents?: true

Size: 190 Bytes

Versions: 6

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

def green(str)
  puts Rainbow(str).green
end

def yellow(str)
  puts Rainbow(str).yellow
end

def red(str)
  puts Rainbow(str).red
end

def nl
  puts "\n"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ledger_sync-3.0.0 documentation/helper_methods.rb
ledger_sync-2.6.0 documentation/helper_methods.rb
ledger_sync-2.5.0 documentation/helper_methods.rb
ledger_sync-2.4.4 documentation/helper_methods.rb
ledger_sync-2.3.1 documentation/helper_methods.rb
ledger_sync-2.2.3 documentation/helper_methods.rb