parse_name(name)
Instance Public methods
Extracts the class, selector and method name parts from name
like Foo::Bar#baz.
NOTE: Given Foo::Bar, Bar is considered a class even though it may be a method
Extracts the class, selector and method name parts from name
like Foo::Bar#baz.
NOTE: Given Foo::Bar, Bar is considered a class even though it may be a method
Please login to continue.