Top Level Namespace
- Extended by:
- Cucumber::StepMethods, Cucumber::Tree
- Includes:
- Spec::DSL::Main, Spec::Story::Extensions::Main
Defined Under Namespace
Modules: Builder, Cucumber, Daemonize, Daemons, Diff, Gem, Kernel, Logging, Mack, Polyglot, RCov, Rack, Rant, Rcov, Spec, Term, Test, Treetop Classes: Array, BlankSlate, Class, Configatron, ControllerGenerator, ControllerHelperGenerator, Exception, Fixnum, FlexMock, Genosaurus, Hash, IntervalSkipList, Lockfile, MackApplicationGenerator, Module, Object, PassengerGenerator, PluginGenerator, PortletGenerator, ReentrantMutex, Regexp, RspecCommandError, RubyForge, String, Symbol, Time, ViewHelperGenerator
Constant Summary collapse
- TREETOP_ROOT =
File.join(dir, 'treetop')
- GEM_PATHS_MOD =
true- TREETOP_VERSION_REQUIRED_TO_BOOTSTRAP =
'>= 1.1.5'- Trusted =
Relocating trusted version of Treetop to Trusted::Treetop
Module.new
- METAGRAMMAR_PATH =
Compile and evaluate freshly generated metagrammar source
File.join(TREETOP_ROOT, 'compiler', 'metagrammar.treetop')
Instance Method Summary collapse
Methods included from Cucumber::StepMethods
After, AfterStep, Before, Given, Then, When, World, executor, step_mother, steps_for
Methods included from Cucumber::Tree
Methods included from Spec::Story::Extensions::Main
#Story, #run_story, #steps_for, #with_steps_for
Methods included from Spec::DSL::Main
#describe, #share_as, #share_examples_for
Instance Method Details
#Lockfile(path, *a, &b) ⇒ Object
557 558 559 560 561 |
# File 'lib/gems/lockfile-1.4.3/lib/lockfile.rb', line 557 def Lockfile path, *a, &b #--{{{ Lockfile.new(path, *a, &b) #--}}} end |