require_relative '../../spec_helper' require_relative 'fixtures/classes' require_relative 'shared/replace' describe "String#replace" do it_behaves_like :string_replace, :replace end om/pack.rb?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/pack.rb
AgeCommit message (Expand)Author
2022-10-18[DOC] Link to packed data doc (#6567)Burdette Lamar
2022-03-25[DOC] Repair format and links in What's Here sections (#5711)Burdette Lamar
2021-12-23[DOC] Fix String#unpack and #unpack1 docs (#5331)Victor Shepelev
2021-10-26pack.c: add an offset argument to unpack and unpack1Jean Boussier
2021-10-25add example for buffer: argument of pack.Tanaka Akira