Top Level Namespace
Defined Under Namespace
Constant Summary collapse
- DEFAULT_CONFIG_PATH =
'config/zassets.yaml'
Instance Method Summary collapse
Instance Method Details
#glob(pattern) ⇒ Object
1 2 3 |
# File 'lib/zassets/testing/cucumber/builder_steps.rb', line 1 def glob pattern cd('.') { Dir[pattern].first } end |