This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Which one is your preferred syntax? | |
# Indentation 1 | |
class Dummy | |
def public_method | |
end | |
private | |
def private_method | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# language: es | |
@internet | |
Característica: Proceso de archivos del banco | |
Para agilizar el proceso de captura de pagos | |
Como usuario de cobranza | |
Quiero procesar los archivos del banco | |
Antecedentes: | |
Dado que soy un administrador autenticado |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'win32/registry' | |
require 'yaml' | |
require 'fileutils' | |
module DevKitInstaller | |
DEVKIT_ROOT = File.expand_path(File.dirname(__FILE__)) | |
REG_KEYS = [ | |
'Software\RubyInstaller\MRI', |