Class/Module Index [+]

Quicksearch

TestFlags

Public Instance Methods

test_flags_compare(data) click to toggle source
# File glib2/test/test_flags.rb, line 123
def test_flags_compare(data)
  flags = GLib::KeyFile::Flags.new(data[:a])
  assert_equal(data[:expected],
               flags.send(data[:operator], data[:b]))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.