6

This is a basic question

Are comments allowed in the .gemrc file?

If so how would you do them?

I checked here to no avail

docs.rubygems.org/read/chapter/11

Zombo
  • 1
  • 62
  • 391
  • 407

1 Answers1

11

The doc says: The config file itself is in ’’’YAML’’’ format.

This means you can have comments starting with #, eg:

# I like docs
rdoc: --inline-source --line-numbers
mu is too short
  • 426,620
  • 70
  • 833
  • 800
deviousdodo
  • 9,177
  • 2
  • 29
  • 34