module Frappuccino
before we require all of the subclasses, we need to have Stream
defined
Constants
- VERSION
Public Class Methods
lift(value)
click to toggle source
# File lib/frappuccino.rb, line 6 def self.lift(value) Property.new(value) end