Class: Bound
- Inherits:
-
Object
- Object
- Bound
- Defined in:
- lib/bound.rb,
lib/bound/version.rb
Defined Under Namespace
Classes: BoundClass, HashSeeder
Constant Summary collapse
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.new(*args) ⇒ Object
4 5 6 |
# File 'lib/bound.rb', line 4 def self.new(*args) new_bound_class(*args) end |