smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

misc: Ease porting to pharo

In Pharo ByteArray does not inherit from Array but directly from
the ArrayedCollection class. Move the extensions one level up.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-29 17:04:06 +02:00
parent 18c4ddfd7b
commit 77d1ac2eab
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"
Array extend [
ArrayedCollection extend [
decodeGSM7Bit [
<category: '*OsmoGSM-coding'>
^ (OsmoGSM at: #GSMDecoding) decode: self.