class Object

Public Class Methods

Feature(*args, &block) click to toggle source
# File lib/maniok_bdd/rspec/features.rb, line 11
def self.Feature(*args, &block)
  describe(*args, &block)
end