Commit 5de3c0e8 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use a different style of one-line classes

parent ea88c9b2
......@@ -3,7 +3,7 @@ require 'shellwords'
require_relative 'gitlab_net'
class GitlabShell
DisallowedCommandError = Class.new(StandardError)
class DisallowedCommandError < StandardError; end
attr_accessor :key_id, :repo_name, :git_cmd, :repos_path, :repo_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment