Difference between r1.5 and the current
@@ -29,7 +29,6 @@
end
}}}
* 앞의 Service 클래스는 최상위 레벨의 namespace에 속해 있고, 뒤의 Service 클래스는 Library 모듈에 속해 있다.
위의 두 가지는 다음의 차이가 있다
1은 다음과 같이 사용할 수 있다.
{{{
}}}
* 앞의 Service 클래스는 최상위 레벨의 namespace에 속해 있고, 뒤의 Service 클래스는 Library 모듈에 속해 있다.
1은 다음과 같이 사용할 수 있다.
{{{
@@ -39,6 +38,7 @@
{{{
::Service
}}}
2 는 다음과 같다.
{{{
Library::Service
::Service
}}}
{{{
Library::Service
- RubyLanguage
- RubyLanguage/Class
- RubyLanguage/Container
- RubyLanguage/ExceptionHandling
- RubyLanguage/InputOutput