Method: Trollop::Parser#version
- Defined in:
- lib/html2email/vendor/premailer/bin/trollop.rb
#version(s = nil) ⇒ Object
Sets the version string. If set, the user can request the version on the commandline. Should probably be of the form “<program name> <version number>”.
238 |
# File 'lib/html2email/vendor/premailer/bin/trollop.rb', line 238 def version s=nil; @version = s if s; @version end |