6 nov 2018

Teoría - Operaciones con gemas

Operaciones con gemas

gem install nombre_de_la_gema
gem update
gem update nombre_de_la_gema
gem clean
gem uninstall nombre_de_la_gema
gem list
gem list --local

ejercicio TK -1

 #!/usr/bin/ruby #https://sandbox.mc.edu/~bennet/ruby/code/tk2_rb.html # Import the library. require 'tk' # Root window. root = TkRo...