Here is one possible solution: def bind_customes_to_grid(customer)
list = Array.new list[0] = customer $gvCustomers.DataSource = list end -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
