Sha256: 962c1228843d3e24559bb859600480a381f02116a191bd3ce6774ed0fb05a1a2
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true require 'eac_cli/core_ext' module Ehbrs module Tools class Runner class Booking require_sub __FILE__ runner_with :help, :subcommands do desc 'Utilidades para o site booking.com.' subcommands end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ehbrs-tools-0.43.1 | lib/ehbrs/tools/runner/booking.rb |
ehbrs-tools-0.43.0 | lib/ehbrs/tools/runner/booking.rb |
ehbrs-tools-0.42.0 | lib/ehbrs/tools/runner/booking.rb |