method
new
v2_4_6 -
Show latest stable
- Class:
Shell::Glob
new(sh, pattern)public
No documentation available.
# File lib/shell/builtin-command.rb, line 67
def initialize(sh, pattern)
super sh
@pattern = pattern
end