class Pangrid::ExolveFilled

Constants

DESCRIPTION

Public Instance Methods

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