Class: String

Inherits:
Object
  • Object
show all
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

FailString

Properties (Read/Write)

Properties (Read Only)

Instance Method Summary collapse

Instance Method Details

#between_tags(tag1, tag2) ⇒ Object

#capitalize_firstString

Return a string with the first letter capitalized only

Returns:

  • (String)
    The string with the first letter capitalized

#to_camelcaseObject

#to_snakecaseObject

#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)

#uncapitalizeObject