Module: Explore
- Defined in:
- lib/explore.rb,
lib/explore/version.rb
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.new(input) ⇒ Object
8 9 10 |
# File 'lib/explore.rb', line 8 def self.new(input) @input = input end |