Sha256: e5103368df4c8d620d0c04e4238aea5079c5c74644add2275524c30490c69863
Contents?: true
Size: 621 Bytes
Versions: 2
Compression:
Stored size: 621 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "bundler/setup" require "ykutils" # You can add fixtures and/or initialization code here to make experimenting # with your gem easier. You can also use a different console, if you like. # (If you use this, don't forget to add pry to your Gemfile!) # require "pry" # Pry.start # require "irb" # IRB.start(__FILE__) # puts( make_grid(1 , 2) ) # puts Ykutils::Erubyx::make_grid_list() min_row = ARGV[0].to_i max_row = ARGV[1].to_i min_colum = ARGV[2].to_i max_colum = ARGV[3].to_i puts Ykutils::Gridlist.make_grid_list_x(min_row, max_row, min_colum, max_colum)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ykutils-0.1.10 | bin/makegrid |
ykutils-0.1.8 | bin/makegrid |