From 4fe37b4bd522beb5d713386c12e1b69ad289c001 Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 16 Mar 2013 21:06:31 +0100 Subject: [PATCH] ruby: fix DfFlagarray.inspect when no indexenum --- plugins/ruby/ruby-autogen-defs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ruby/ruby-autogen-defs.rb b/plugins/ruby/ruby-autogen-defs.rb index ffd68bf1e..3049cccea 100644 --- a/plugins/ruby/ruby-autogen-defs.rb +++ b/plugins/ruby/ruby-autogen-defs.rb @@ -642,7 +642,7 @@ module DFHack @_tg = tg end # XXX DF uses stl::deque, so to have a C binding we'd need to single-case every - # possible struct size, like for StlVector. Just ignore it for now, deque are rare enough. + # possible struct size, like for StlVector. Just ignore it for now, deques are rare enough. def inspect ; "#" ; end end @@ -676,7 +676,7 @@ module DFHack def inspect out = "#' end