From 2ed5251d11c5b21c2e852c4fb75cfa8587f203e6 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 9 Nov 2009 23:31:55 +0100 Subject: AS guide: removes docs for bytesize, no longer in AS --- railties/guides/source/active_support_core_extensions.textile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'railties/guides/source/active_support_core_extensions.textile') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 2dad970220..d96c79819b 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -679,10 +679,6 @@ Symbols from Ruby 1.8.7 on respond to +to_proc+, and Active Support defines it f h3. Extensions to +String+ -h4. +bytesize+ - -Ruby 1.9 introduces +String#bytesize+ to obtain the length of a string in bytes. Ruby 1.8.7 defines this method as an alias for +String#size+ for forward compatibility, and Active Support does so for previous versions. - h4. +squish+ The method +String#squish+ strips leading and trailing whitespace, and substitutes runs of whitespace with a single space each: -- cgit v1.2.3