class GitXplorer::Error::NoChainingAllowed
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/git_xplorer/error/no_chaining_allowed.rb, line 2 def initialize super("No chaining together shell commands!") end