Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- src/confluent-platform/lib/confluent-platform/utils.rb,
src/mintpress-slackbot/lib/mintpress-slackbot/slackbot/slackbot.rb,
src/oracle-utils/lib/oracle-utils/utils.rb,
src/oracle-weblogic/lib/oracle-weblogic/utils.rb
Overview
MintPress® - Continuous Delivery Automation for Oracle
Copyright © 2014 LimePoint. All rights reserved.
This program and its contents are confidential and owned by LimePoint.
Only licenced users are permitted to access and use of this file.
This program (or any part of it) may not be disclosed, copied or used
except as expressly permitted in LimePoint’s End User Licence Agreement.
LimePoint® and MintPress® are Registered Trademarks of LimePoint IP Limited.
For more information contact LimePoint at http://www.limepoint.com
Direct Known Subclasses
Properties (Read/Write)
Properties (Read Only)
Instance Method Summary collapse
- #between_tags(tag1, tag2) ⇒ Object
-
#capitalize_first ⇒ String
Return a string with the first letter capitalized only.
- #to_camelcase ⇒ Object
- #to_snakecase ⇒ Object
-
#to_snakecase! ⇒ Object
ruby mutation methods have the expectation to return self if a mutation occurred, nil otherwise.
- #uncapitalize ⇒ Object
Instance Method Details
#between_tags(tag1, tag2) ⇒ Object
#capitalize_first ⇒ String
Return a string with the first letter capitalized only
#to_camelcase ⇒ Object
#to_snakecase ⇒ Object
#to_snakecase! ⇒ Object
ruby mutation methods have the expectation to return self if a mutation occurred, nil otherwise. (see http://www.ruby-doc.org/core-1.9.3/String.html#method-i-gsub-21)