Class: Cheatset::DSL::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cheatset/dsl/base.rb

Direct Known Subclasses

Category, Cheatsheet, Entry

Instance Method Summary collapse

Constructor Details

#initialize(&block) ⇒ Base

Returns a new instance of Base.



15
16
17
# File 'lib/cheatset/dsl/base.rb', line 15

def initialize(&block)
  instance_eval(&block)
end