class Teatime::Teafile::Context
Attributes
lib_dir[RW]
lib_files[RW]
test_dir[RW]
test_files[RW]
test_helpers[RW]
Public Instance Methods
Teatime(&block)
click to toggle source
# File lib/teatime/teafile.rb, line 30 def Teatime(&block) block.call(TeafileConfig.new self) end
get_binding()
click to toggle source
# File lib/teatime/teafile.rb, line 34 def get_binding return binding() end