Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/hexpress/main.rb
Instance Method Summary collapse
- #hex(&block) ⇒ Object (also: #hexp)
Instance Method Details
#hex(&block) ⇒ Object Also known as: hexp
4 5 6 |
# File 'lib/hexpress/main.rb', line 4 def hex(&block) Hexpress.new(&block) end |