RSpec

Library providing tools for writing and running RSpec tests.

Class: RSpec::SleepingKingStudios::Support::MethodSignature

Parent Namespace
RSpec::SleepingKingStudios::Support
Defined In
lib/rspec/sleeping_king_studios/support/method_signature.rb

Table Of Contents

Overview

Back To Top

Constructor

#initialize method => MethodSignature

Returns

Back To Top

Instance Attributes

#max_arguments => Object (readonly)

method initialize

#min_arguments => Object (readonly)

method initialize

#optional_keywords => Object (readonly)

method initialize

#required_keywords => Object (readonly)

method initialize

Back To Top

Instance Methods

#any_keywords? => Boolean

Returns

#block_argument? => Boolean

method any_keywords?

Returns

#keywords => Object

method block_argument?

#unlimited_arguments? => Boolean

method keywords

Returns

Back To Top


Back to Documentation | Versions | 2.8 | Reference | RSpec | RSpec::SleepingKingStudios | RSpec::SleepingKingStudios::Support