# File lib/cucumber/rb_support/rb_world.rb, line 35
      def table(text_or_table, file=nil, line_offset=0)
        @__cucumber_step_mother.table(text_or_table, file, line_offset)
      end