From: "charliesome (Charlie Somerville)" Date: 2013-06-20T15:38:38+09:00 Subject: [ruby-core:55566] [ruby-trunk - misc #8548][Rejected] Correction for a String#include? usage example Issue #8548 has been updated by charliesome (Charlie Somerville). Status changed from Open to Rejected ?h is actually valid Ruby - it's shorthand for "h". irb(main):001:0> "hello".include? ?h => true ---------------------------------------- misc #8548: Correction for a String#include? usage example https://bugs.ruby-lang.org/issues/8548#change-40059 Author: mattonrails (Matthew Conway) Status: Rejected Priority: Low Assignee: drbrain (Eric Hodel) Category: doc Target version: I've fixed a usage example for String#include? that was not valid Ruby. This is my first attempt at submitting an issue or patch for Ruby, so please pardon any errors. Thank you! -- http://bugs.ruby-lang.org/