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