class Object

Public Instance Methods

dasht(&block) click to toggle source
# File lib/dasht.rb, line 23
def dasht(&block)
  DashtSingleton.run(&block)
end