Top Level Namespace
Defined Under Namespace
Modules: Jirarest2, Jirarest2Bin, Jirarest2Field, MadbitConfig Classes: Comment, CommentElement, Connect, CookieCredentials, Credentials, Issue, IssueLink, IssueLinkType, Issuetype, NewIssue, PasswordCredentials, Services, SingleIssueLinkType, Watcher
Constant Summary collapse
- VERSION =
Version Parameter all CAPS
"0.0.15"
- Version =
Version Parameter
VERSION
Instance Method Summary collapse
-
#ppp(data) ⇒ Object
Version of pp that will result in errors if the environment Variable “DEBUG” is not set.
Instance Method Details
#ppp(data) ⇒ Object
Version of pp that will result in errors if the environment Variable “DEBUG” is not set. A way to find forgotten debug info before shipping?
24 25 26 |
# File 'lib/deb.rb', line 24 def ppp(data) pp data end |