module Bundler
module Bundler::GemHelpers
module Bundler::MatchPlatform
module Bundler::SharedHelpers
module Bundler::Source
module Gem
module Thor::Base
module Thor::Base::ClassMethods
module Thor::CoreExt
module Thor::Invocation
module Thor::Invocation::ClassMethods
module Thor::Sandbox
module Thor::Shell
module Thor::Util
class Bundler::BundlerError
class Bundler::CLI
class Bundler::Definition
class Bundler::DepProxy
class Bundler::Dependency
class Bundler::DeprecatedError
class Bundler::Dsl
class Bundler::DslError
class Bundler::Environment
class Bundler::GemNotFound
class Bundler::GemfileError
class Bundler::GemfileNotFound
class Bundler::GemspecError
class Bundler::GitError
class Bundler::Graph
class Bundler::GraphNode
class Bundler::Index
class Bundler::Installer
class Bundler::InvalidOption
class Bundler::InvalidSpecSet
class Bundler::LazySpecification
class Bundler::LockfileParser
class Bundler::PathError
class Bundler::RemoteSpecification
class Bundler::Resolver
class Bundler::Resolver::SpecGroup
class Bundler::Runtime
class Bundler::Settings
class Bundler::Source::Git
class Bundler::Source::Path
class Bundler::Source::Path::Installer
class Bundler::Source::Rubygems
class Bundler::SpecSet
class Bundler::UI
class Bundler::UI::RGProxy
class Bundler::UI::Shell
class Bundler::VersionConflict
class File
class Gem::Dependency
class Gem::Platform
class Gem::Specification
class Thor
class Thor::Argument
class Thor::Arguments
class Thor::CoreExt::HashWithIndifferentAccess
class Thor::CoreExt::OrderedHash
class Thor::DynamicTask
class Thor::Error
class Thor::HiddenTask
class Thor::InvocationError
class Thor::MalformattedArgumentError
class Thor::Option
class Thor::Options
class Thor::RequiredArgumentMissingError
class Thor::Shell::Basic
class Thor::Shell::Color
class Thor::Shell::HTML
class Thor::Task
class Thor::UndefinedTaskError
class Thor::UnknownArgumentError
bundler
1.0.0.beta.10
:nodoc:
def self.binread(file) File.open(file, 'rb') { |f| f.read } end