Module: FSDB
- Includes:
- ForkSafely, Formats, PathUtilities
- Defined in:
- lib/fsdb/server.rb,
lib/fsdb/util.rb,
lib/fsdb/modex.rb,
lib/fsdb/formats.rb,
lib/fsdb/database.rb,
lib/fsdb/platform.rb
Overview
can we use ssl?
Defined Under Namespace
Modules: DatabaseDebuggable, DirectoryIterators, ForkSafely, Formats, PathUtilities Classes: Database, Format, Modex, Server
Constant Summary collapse
- VERSION =
"0.7.4"
- PLATFORM_IS_WINDOWS =
!!(RUBY_PLATFORM =~ /win32|mingw32/)
- PLATFORM_IS_WINDOWS_NT =
winnt
- PLATFORM_IS_WINDOWS_ME =
PLATFORM_IS_WINDOWS && !PLATFORM_IS_WINDOWS_NT
Constants included from Formats
Formats::BINARY_FORMAT, Formats::DIR_FORMAT, Formats::DIR_LOAD, Formats::DIR_LOAD_FROM_PATH, Formats::DIR_PAT, Formats::HIDDEN_FILE_PAT, Formats::MARSHAL_FORMAT, Formats::TEXT_FORMAT, Formats::YAML_FORMAT
Method Summary
Methods included from Modex::ForkSafely
Methods included from PathUtilities
#canonical, #canonical?, #directory?, #glob, #valid?, #validate