This document summarizes several useful but lesser known features in Ruby, as presented by Kazuhiro Nishiyama of Ruby Kagoshima Conference 01 in 2019. It covers string and hash methods like String#undump, Hash#transform_*, Hash#to_h with a block, and string manipulation methods such as String#prepend and String#delete. Regular expression features like Regexp.union and string matching methods like String#start_with? are also introduced.