Method: Shell::Glob#initialize
- Defined in:
- lib/shell/builtin-command.rb
#initialize(sh, pattern) ⇒ Glob
Returns a new instance of Glob.
66 67 68 69 70 |
# File 'lib/shell/builtin-command.rb', line 66 def initialize(sh, pattern) super sh @pattern = pattern end |