Sha256: 5a094e768164d221b774e563ac4548a43e2b691e4b714567f0d7e00aa0e3477b

Contents?: true

Size: 294 Bytes

Versions: 117

Compression:

Stored size: 294 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), "spec_helper"))

class Timeval < FFI::Struct
  layout :tv_sec, :ulong, 0, :tv_usec, :ulong, 4  
end

describe FFI::Struct do
  it "allows setting fields" do
    t = Timeval.new
    t[:tv_sec] = 12
    t[:tv_sec].should eq 12
  end
end

Version data entries

117 entries across 117 versions & 9 rubygems

Version Path
classiccms-0.7.5 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
classiccms-0.7.4 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
classiccms-0.7.3 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
classiccms-0.7.2 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
classiccms-0.7.1 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
classiccms-0.7.0 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/ffi-1.2.0/spec/ffi/rbx/struct_spec.rb
ffi-1.2.1-x86-mingw32 spec/ffi/rbx/struct_spec.rb
ffi-1.2.1 spec/ffi/rbx/struct_spec.rb
classiccms-0.6.9 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
ffi-1.2.0-x86-mingw32 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre6-x86-mingw32 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre6 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre5 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre4 spec/ffi/rbx/struct_spec.rb
classiccms-0.6.8 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre3-x86-mingw32 spec/ffi/rbx/struct_spec.rb
ffi-1.2.0.pre3 spec/ffi/rbx/struct_spec.rb
classiccms-0.6.7 vendor/bundle/gems/ffi-1.0.11/spec/ffi/rbx/struct_spec.rb