Module: Humongous
- Defined in:
- lib/humongous.rb,
lib/humongous/version.rb,
lib/humongous/application.rb,
lib/humongous/monkey_patch.rb
Defined Under Namespace
Modules: MonkeyPatch
Classes: Application
Constant Summary
- VERSION =
"0.1.8.beta"
Class Method Summary
(collapse)
Class Method Details
+ (Object) description
24
25
26
27
28
29
30
|
# File 'lib/humongous.rb', line 24
def self.description
%Q{
Humongous: A Ruby way to browse and maintain mongo instance. Using HTML5.
This is beta version, So there is long way to go, but still you can enjoy its
simplistic design.
}
end
|
+ (Object) root
15
16
17
|
# File 'lib/humongous.rb', line 15
def self.root
File.dirname(File.expand_path('..', __FILE__))
end
|
+ (Object) run!
36
37
38
39
40
41
|
# File 'lib/humongous.rb', line 36
def self.run!
puts "Hi There, Welcome and thanks for using Humongous."
puts "Welcome aboard Humongous."
Application.run!
end
|
+ (Object) summary
32
33
34
|
# File 'lib/humongous.rb', line 32
def self.summary
%Q{An standalone Mongo Browser for Ruby. Just run and forget.}
end
|
+ (Object) version
20
21
22
|
# File 'lib/humongous.rb', line 20
def self.version "Humongous::VERSION"
end
|