Module: Viewpoint::StringUtils
- Included in:
- EWS::SOAP::CreateAttachmentResponseMessage, EWS::SOAP::EwsBuilder, EWS::SOAP::EwsResponse, EWS::SOAP::EwsSaxDocument, EWS::SOAP::ExchangeWebService, EWS::SOAP::SendNotificationResponseMessage, EWS::Types, EWS::Types::CalendarItem, EWS::Types::GenericFolder, EWSClient
- Defined in:
- lib/viewpoint/string_utils.rb
Overview
Collection of utility methods for working with Strings
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
23 24 25 |
# File 'lib/viewpoint/string_utils.rb', line 23 def self.included(klass) klass.extend StringUtils end |