method
to_s
v7.2.3 -
Show latest stable
- Class:
ActionView::FixtureResolver
to_s()public
No documentation available.
# File actionview/lib/action_view/testing/resolvers.rb, line 21
def to_s
@hash.keys.join(", ")
end to_s()No documentation available.
# File actionview/lib/action_view/testing/resolvers.rb, line 21
def to_s
@hash.keys.join(", ")
end