class Pangrid::ExolveBlank

Constants

DESCRIPTION

Public Instance Methods

format_grid(xw) click to toggle source
# File lib/pangrid/plugins/exolve.rb, line 123
def format_grid(xw)
  xw.to_array(:black => '.', :null => '0') {|c| 0}.map(&:join)
end