module Flop
Constants
- VERSION
Attributes
repo[W]
Public Class Methods
[](feature)
click to toggle source
# File lib/flop.rb, line 15 def [](feature) Flop::Feature.new(feature) end
repo()
click to toggle source
# File lib/flop.rb, line 11 def repo @repo ||= Flop::Repository::Memory.new end