Skip to content

Instantly share code, notes, and snippets.

@maicher
Created November 23, 2016 16:51
Show Gist options
  • Save maicher/c5e09d6b088276a701fed47d0ca7fecd to your computer and use it in GitHub Desktop.
Save maicher/c5e09d6b088276a701fed47d0ca7fecd to your computer and use it in GitHub Desktop.
class Foo
include CliSpinnable
def call
with_spinner do |cli|
#...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment