Skip to content
#

Ruby

ruby logo

Ruby was developed by Yukihiro "Matz" Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.

Here are 24,808 public repositories matching this topic...

brew
Arthur-Milchior
Arthur-Milchior commented Jun 3, 2021

Provide a detailed description of the proposed feature

On https://docs.brew.sh/Formula-Cookbook there is a terminology list. I suggest copying it on https://docs.brew.sh/Manpage or at least adding a link

What is the motivation for the feature?

I started by reading man. I could not find anything defining casks in it. I know I can install a formula and don't know what a formula is, what c

graemerocher
graemerocher commented Oct 2, 2019

Currently register looks like:

   private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
        if (annotated != null) {
            guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
            substitutions.put(annotated,
ngan
ngan commented Mar 10, 2021

Is your feature request related to a problem? Please describe.

I'm kicking the tires on changing our Gemfile to gems.rb. However, we have many internal gems within our monorepo and it just occurred to me that it would be cool to have a configurable cop that enforces one or the other.

Describe the solution you'd like

A cop that checks to make sure you have a Gemfile or a `gems.

spree
EmailZen
EmailZen commented Apr 1, 2021

Context

On mobile devices, footer section text should be adjusted to the center, contrary to the desktop where it is adjusted to the left.
Please refer to the screenshot attached.

Expected Behavior

Store name should be adjusted to the center of the footer on mobile devices.

Actual Behavior

The store name is not adjusted to the center of the footer on mobile devices.

Steps

Stratus3D
Stratus3D commented Feb 10, 2019

Steps to reproduce

Run asdf. In help output a line is printed for the asdf env command:

asdf env <command> [executable]      Prints or runs an executable under a command environment

I would assume <command> is an arbitrary command. But from what I can tell needs to be a plugin name or a shim name? I'm also not sure how this differs from executing the shim directly.

FY

Created by Yukihiro Matsumoto

Released December 21, 1995

Repository
ruby/ruby
Website
www.ruby-lang.org/en
Wikipedia
Wikipedia

Related Topics

language python rails